This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Locales with wrong umlauts


On Sat, 26 Jun 2004, Klaus Reimer wrote:

> Hello,
>
> I'm trying to get WebDruid (http://www.webdruid.org/) running on Windows with
> german language. The compilation went fine and I have copied webdruid.exe
> with all necessary DLLs to a Windows-Server. Now I'm trying to run it with
> german language in cmd with these commands:
>
> set LC_ALL=de_DE
> webdruid
>
> The output is german but the german umlauts are not displayed correctly.
> Instead of 'gültigen' I get 'g"ultigen'. I think it's because the library
> responsible for the locales (is that libintl2?) converts the output to 7-Bit
> ASCII. How can I change this so the output is ISO-8859-1 or UTF-8 or any
> other encoding Windows can display correctly?

I don't know that much about locales, but shouldn't adding a charset,
e.g., "set LC_ALL=de_DE.utf8", work?
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]