Unicode in variables

J. Landman Gay jacque at hyperactivesw.com
Mon Aug 19 15:31:37 EDT 2013


On 8/19/13 2:21 PM, Richmond wrote:
> "LF:    Line Feed, U+000A
>   VT: Vertical Tab, U+000B
>   FF: Form Feed, U+000C
>   CR:    Carriage Return, U+000D
>   CR+LF: CR (U+000D) followed by LF (U+000A)
>   NEL:   Next Line, U+0085
>   LS:    Line Separator, U+2028
>   PS:    Paragraph Separator, U+2029"
>
> I have a feeling that a search and replace routine should trawl through
> your target text
> and replace ALL the above with numToChar(10).

Thanks for your trouble Richmond. I just did a replace on numtochar(13) 
and it worked okay.

I swore I would not touch unicode until the rewrite was done. Famous 
last words.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list