Re: can't find out this char

2012-07-19 Thread Björnke von Gierke
RunRev creates them and stores them in custom properties. No idea what they use to edit and create the dictionaries. On 19.07.2012, at 15:50, Robert Brenstein wrote: > On 19.07.2012 at 12:50 Uhr +0200 Björnke von Gierke apparently wrote: >> Well I found ascii 13 mentioned in the dictionary, so

Re: can't find out this char

2012-07-19 Thread Robert Brenstein
On 19.07.2012 at 12:50 Uhr +0200 Björnke von Gierke apparently wrote: Well I found ascii 13 mentioned in the dictionary, so I used _replace numtochar(13) with "" _ which did remove my mystery character. See also this reply by me from yesterday: I wonder whether those files are created outsi

Re: can't find out this char

2012-07-19 Thread Björnke von Gierke
Well I found ascii 13 mentioned in the dictionary, so I used _replace numtochar(13) with "" _ which did remove my mystery character. See also this reply by me from yesterday: On 18.07.2012, at 13:58, Björnke von Gierke wrote: > it seems to be a carriage return, equivalent to numtochar(13). I

Re: can't find out this char

2012-07-18 Thread Peter M. Brigham
Try chartonum(char n of fld yyy) ? -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On Jul 18, 2012, at 7:43 AM, Björnke von Gierke wrote: > Hi > > While rumaging around in the dictionary entries for BvG Docu, I found that > RunRev uses a weird char between each line

Re: can't find out this char

2012-07-18 Thread Björnke von Gierke
it seems to be a carriage return, equivalent to numtochar(13). I filed a bug report that a char exists that is treated as if it's a return, but actually renders as if it's not existent: http://quality.runrev.com/show_bug.cgi?id=10305 On 18.07.2012, at 13:43, Björnke von Gierke wrote: > Hi >

can't find out this char

2012-07-18 Thread Björnke von Gierke
Hi While rumaging around in the dictionary entries for BvG Docu, I found that RunRev uses a weird char between each line in their htmltext entries. I can't find out what the char is, because chartonum fails with an error (Error description: Script: missing '"' after literal). When I paste that