Re: v13+ Unicode characters 1-7

2018-08-03 Thread Chip Scheide via 4D_Tech
Yes - using XML 1.1 allowed me to use Char(12) - but Char(11) was still not working. Char(12) is fine, as it resolves the underlying problem - unique (mostly) non-enterable character to use as an internal data separator for text. On Thu, 2 Aug 2018 23:16:14 +, Keisuke Miyako via 4D_Tech

Re: v13+ Unicode characters 1-7

2018-08-02 Thread Keisuke Miyako via 4D_Tech
as indicated in the wikipedia post, setting xml version to "1.1" could be a solution. > 2018/08/03 7:54、Timothy Penner via 4D_Tech <4d_tech@lists.4d.com>のメール: > I think this may be a limitation of XML... > https://en.wikipedia.org/wiki/Valid_characters_in_XML

RE: v13+ Unicode characters 1-7

2018-08-02 Thread Timothy Penner via 4D_Tech
> I had a problem getting that character (Char(12)) to work as a Konstant... > Which is also why char(12) and not char(11) I could not get the Konstant xml > parser to accept Char(11). I think this may be a limitation of XML... https://en.wikipedia.org/wiki/Valid_characters_in_XML -Tim

Re: v13+ Unicode characters 1-7

2018-08-02 Thread Chip Scheide via 4D_Tech
simplicity :) I figured out what I need(ed). The big problem I ran into was not the character itself, after selecting one. I had a problem getting that character (Char(12)) to work as a Konstant... Which is also why char(12) and not char(11) I could not get the Konstant xml parser to accept

Re: v13+ Unicode characters 1-7

2018-07-31 Thread Benedict, Tom via 4D_Tech
Keisuke Miyako writes: >.. may I suggest VT (vertical tab, Char(11)) which displays at \v in the >debugger. > >when you export the values tab-delimited, >vertical tabs fits all values in the same cell (multi-line). > >not sure about Excel, but at least it should be that way with Numbers

Re: v13+ Unicode characters 1-7

2018-07-31 Thread Jeremy Roussak via 4D_Tech
Chip Are you absolutely constrained to use a single character? Just a thought. Jeremy > On 30 Jul 2018, at 20:01, Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I am trying to find a character I can use as an internal (to my > program) data separator which will not be

Re: v13+ Unicode characters 1-7

2018-07-30 Thread Chip Scheide via 4D_Tech
Thanks for the suggestion! On Mon, 30 Jul 2018 19:40:03 +, Keisuke Miyako via 4D_Tech wrote: > I don't have anything against those characters, > but may I suggest VT (vertical tab, Char(11)) which displays at \v in > the debugger. > > when you export the values tab-delimited, > vertical

Re: v13+ Unicode characters 1-7

2018-07-30 Thread Keisuke Miyako via 4D_Tech
I don't have anything against those characters, but may I suggest VT (vertical tab, Char(11)) which displays at \v in the debugger. when you export the values tab-delimited, vertical tabs fits all values in the same cell (multi-line). not sure about Excel, but at least it should be that way