[nem-en] Language support and BOM

vc vc at rsdn.ru
Mon Jan 29 16:44:22 CET 2007


It's inconveniently to use Russian strings in Nemerle source files.
By default VS treat files as encoded in current encoding. In my PC it's a
1251. ncc tarte files as UTF-8. It's result to trash instead Russian text.

Suggest read files as array[byte] and convert it's content to appropriate
encoding on the basis of Byte Order Mark (BOM):
http://en.wikipedia.org/wiki/Byte_Order_Mark




More information about the devel-en mailing list