[MonoDevelop] string charset bug ?

Rafael Teixeira Rafael Teixeira <monoman@gmail.com>
Wed, 24 Nov 2004 15:38:15 -0200


In Which encoding did you save your source file?=20

It seems like you saved in UTF-8 without the markers.

So you need to pass the /codepage:utf8 option to compile that file.
For csc you'll need to save it in UTF-8 with markers or in the
windows-1252 encoding, for csc to try to autodetect correctly.

Hope it helps,


On Tue, 23 Nov 2004 23:54:46 +0100, T=F6r=F6k G=E1bor <tori@alfanet.hu> wro=
te:
>=20
> Hi!
>=20
> I tried a hello world application on debian "sid" with mono 1.0.2.
>=20
> The program:
> ---
> public class HelloWorld
> {
>         static void Main()
>         {
>                 System.Console.WriteLine("Hello World! =E1rv=EDzf=FAr=F3
> t=FCk=F6rf=FAr=F3g=E9p =C1RV=CDZF=DAR=D3T=DCK=D6RF=DAR=D3G=C9P");
>         }
> }
> ---
> The output is: Hello World! ?rv?zf?r? t?k?rf?r?g?p ?RV?ZF?R?T?K?RF?R?G?P
>=20
> I found some bugs like this on bugzilla, but they seemd to have been solv=
ed
> already.
>=20
> I compiled my program with "mcs" and also with "csc", the result was the
> same. The program worked correct on windows, and worked incorrect on linu=
x.
>=20
> I tried a little asp.net application also with mono, and the result was t=
he
> same. There was "?" instead of the hungarian characters.
>=20
> What can be wrong? Can you help me?
>=20
> Thank you!
>=20
> Gabor Torok
>=20
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>=20


--=20
Rafael "Monoman" Teixeira
---------------------------------------
Just the 'crazy' me in a sane world, or would it be the reverse? I dunno...