[Mono-devel-list] encoding problem

Gonzalo Paniagua Javier gonzalo at ximian.com
Wed May 26 11:43:31 EDT 2004


El mié, 26-05-2004 a las 12:22, bopm escribió:
> I build simple asp.net application ported from VS.NET. In web component 
> there is some text in ru_RU.CP1251. After build I see that my text 
> transforms into ISO-8859-1 before converting in UTF-8. What I need to 
> change in my system/project for stop this transformation?

Is that a .cs source file? If so, you need to pass -codepage option to
mcs (see mcs --help) or make your files be UTF8 encoded.

-Gonzalo





More information about the Mono-devel-list mailing list