From: hlu@eecs.wsu.edu (H.J. Lu) Subject: Re: [Q] How to set locale enviroment variables for Linux? Date: Thu, 4 Feb 1993 00:47:12 GMT
In article <109280@bu.edu>, tsing@acs.bu.edu (Tsing Zou) writes:
|>
|> I just compiled a X-windows application on Linux (linux0.98p1)
|> using gcc2.2.2d. The whole process of compiling went through smoothly,
|> but when I started running the application, it died with the following
|> message displayed:
|>
|> Warning: locale not supported by C library, locale unchanged
|>
|> I think -- if I am right -- gcc C library I have does support the "locale"
|> concept from ANSI-C standard. So I guess the problem is that I have not
No. The GNU C library has no complete locale support. Wait for next release.
|> set the locale enviroment variables properly for Linux. Does anybody
|> have any idea of how to do this?
|>
|> Any replies and suggestions will be appreciated.
|>
|>
|> Tsing
|>
|>
|> ---------------------------------------------------------------------------
|> E-mail: tsing@acs.bu.edu Tel: (617)267-1848
|> ---------------------------------------------------------------------------
H.J.