Re: [Wrapl-discussion] Feedback on Wrapl-1.9-1074 for Windows
Brought to you by:
rajamukherji
|
From: Roman M. <rom...@gm...> - 2010-06-01 14:22:37
|
>
> On Windows in console I tried this:
>> --> "б":length;
>> 1
>> --> "я":length;
>> 1
>> then created UTF-8 file with Out:write("б":length);
>> C:\Home>riva utf.wrapl
>> 2
>>
>>
> That's interesting. Maybe you are using a different codepage and not UTF-8
> in the console so that "б" is 1 byte in the console but 2 bytes in a UTF-8
> file?
>
Yes, they are different. Probably, this is the reason the access by index
does work in console with Russian letters. In console I tried CP866
and CP1251. Both are 1 byte encodings.
--
Roman
|