2009/8/18 Filip Konvička <[email protected]>

> Hi,
>
> You should not enter any national characters in the source code directly.
> But if you must...
>
> What I guess is happening is that ozc.exe, which is internally used for
> compilation in the OPI, uses a different character set than the OPI (in
> Windows jargon, the OEM charset vs. the ANSI charset). If you try "type
> mysource.oz" in the console and see garbled national characters (as opposed
> to viewing the file in notepad.exe), this might indicate that I'm right.

I have done under FAR console: type test2.oz
and hav viewed garbled russian characters. In the notepad.exe russian
characters are displaed correctly.
Test program:

functor
import
 Application
 System
define
 {System.showInfo "АБВГД"}
 {Application.exit 0}
end
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to