dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]Problems with UTF-8


From: Miroslaw Dobrzanski-Neumann
Subject: Re: [DotGNU]Problems with UTF-8
Date: Tue, 25 Nov 2003 09:06:48 +0100
User-agent: Mutt/1.4i

On Mon, Nov 24, 2003 at 05:37:12PM -0200, brunoacf wrote:
> 
> > > OK, I'm using Latin1. Must I change to
> > > UTF-8 to write and compile my c# programs?
> >
> > $ cscc -flatin1-charset -o utftest utftest.cs
> >
> > --
> 
> ungh, rtfm... sorry. :)
> 
> It worked with the compiler, but the
> ilrun still does not show the string
> correctly:
> 
> ilrun utftest.exe
> Protg
> 
> I checked the manual pages, but didn't
> see any references of charsets
> parameters for ilrun.

It looks like you use wrong locale try the following
$ env LANG=de_DE.UTF-8 ilrun utftest
           ^^^^^
           replace this with your language/country/culture code

Regards
-- 
Mirosław Dobrzański-Neumann
E-mail: address@hidden

This message is utf-8 encoded


reply via email to

[Prev in Thread] Current Thread [Next in Thread]