[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[DotGNU]Problems with UTF-8
From: |
brunoacf |
Subject: |
[DotGNU]Problems with UTF-8 |
Date: |
Mon, 24 Nov 2003 12:43:46 -0200 |
Hi,
I am having problems compiling codes
that have UTF-8 string sequences.
Here is an example:
class utftest
{
public static void Main ( ) {
System.Console.WriteLine
("Protégé");
}
}
$ cscc -o utftest utftest.cs
utftest.cs:4: warning: invalid UTF-8
sequence
utftest.cs:4: warning: invalid UTF-8
sequence
$ ilrun utftest
Protg
The code compiles, but the method
WriteLine does not show the accented
characters.
I'm using pnet 0.6.0 and pnetlib
0.6.0. My system is a Slackware 9.1.
I think this may be a bug, so i'm
posting in the developers mailing list.
Thank you,
Bruno.
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - É grátis!
http://antipopup.uol.com.br/
- [DotGNU]Problems with UTF-8,
brunoacf <=