[M3devel] Widechars

Roland Illig roland.illig at gmx.de
Tue Jan 6 22:31:28 CET 2009


Martin Bishop schrieb:
> I'm playing around with WIDECHARS, and having some trouble.
> 
> VAR wide := ARRAY OF WIDECHAR {'\x304A', '\x306F', '\x3088', '\x3046'};
>     s := Text.FromWideChars(wide);

>From what I just read in the CM3 compiler's source code, it only
understands simple octal character escape sequences, and even those
return a CHAR, not a WIDECHAR.

So the question that remains is: What is the most readable, shortest
form of encoding a WIDECHAR literal, or a WIDETEXT?

Roland



More information about the M3devel mailing list