Re: perl: warning: Setting locale failed.

2005-08-07 Thread Thorsten Glaser
Christian Weisgerber dixit: From what I understand you set LC_CTYPE=en_US.UTF-8 on your _OpenBSD_ box, which is invalid I don't think so. /usr/X11R6/bin/uxterm sets it, too. My IRC client works with it, as does the silc client. I've been using it for ages. //mirabile -- I believe no one can

Re: perl: warning: Setting locale failed.

2005-08-06 Thread Wolfgang S. Rupprecht
[EMAIL PROTECTED] (Christian Weisgerber) writes: Wolfgang S. Rupprecht [EMAIL PROTECTED] wrote: Getting perl to shut up about the LANG variable was probably all I really needed from perl. (And that was a simple export PERL_BADLANG=0). Why set LC_CTYPE to an unsupported value in the

Re: perl: warning: Setting locale failed.

2005-08-06 Thread Christian Weisgerber
Wolfgang S. Rupprecht [EMAIL PROTECTED] wrote: Getting perl to shut up about the LANG variable was probably all I really needed from perl. (And that was a simple export PERL_BADLANG=0). Why set LC_CTYPE to an unsupported value in the first place? Because the choice is that or

Re: perl: warning: Setting locale failed.

2005-08-06 Thread Marc Espie
On Sat, Aug 06, 2005 at 12:39:27PM +, Christian Weisgerber wrote: Wolfgang S. Rupprecht [EMAIL PROTECTED] wrote: Getting perl to shut up about the LANG variable was probably all I really needed from perl. (And that was a simple export PERL_BADLANG=0). Why set LC_CTYPE to

Re: perl: warning: Setting locale failed.

2005-08-06 Thread Wolfgang S. Rupprecht
[EMAIL PROTECTED] (Christian Weisgerber) writes: I don't follow. From what I understand you set LC_CTYPE=en_US.UTF-8 on your _OpenBSD_ box, which is invalid, and then PERL_BADLANG to shut up perl. Not setting LC_CTYPE in the first place looks like a more straightforward approach. Sorry, I

Re: perl: warning: Setting locale failed.

2005-08-06 Thread Zvezdan Petkovic
On Sat, Aug 06, 2005 at 10:45:31AM -0700, Wolfgang S. Rupprecht wrote: Sorry, I guess I didn't explain very well at all. export LC_CTYPE=en_US.UTF-8 does do something for both emacs and xterm. Without it both emacs and xterm have trouble reading make.log's generated by gcc on fedora. With

Re: perl: warning: Setting locale failed.

2005-08-05 Thread Wolfgang S. Rupprecht
Marc Espie [EMAIL PROTECTED] writes: Note that this ought to work in about six months time. UTF8 support won't make OpenBSD 3.8, but I hope to commit it a little bit after that. Thanks! Now that I sat back and thought about it a bit longer, it probably doesn't even matter to me that most

Re: perl: warning: Setting locale failed.

2005-08-05 Thread Christian Weisgerber
Wolfgang S. Rupprecht [EMAIL PROTECTED] wrote: Getting perl to shut up about the LANG variable was probably all I really needed from perl. (And that was a simple export PERL_BADLANG=0). Why set LC_CTYPE to an unsupported value in the first place? -- Christian naddy Weisgerber

Re: perl: warning: Setting locale failed.

2005-08-04 Thread Marc Espie
perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LC_ALL = (unset), LC_CTYPE = en_US.UTF-8, LANG = (unset) are supported and installed on your system. perl: warning: Falling back to the standard

perl: warning: Setting locale failed.

2005-08-03 Thread Wolfgang S. Rupprecht
What needs to be done to get perl on obsd to not gripe about LC_CTYPE=en_US.UTF-8 ? I need the utf-8 setting for interoperability with some other OS's that I'm doing cross-development work with. $ any-perl-script perl: warning: Setting locale failed. perl: warning: Please check

Re: perl: warning: Setting locale failed.

2005-08-03 Thread Kevin Lo
Wolfgang S. Rupprecht wrote: What needs to be done to get perl on obsd to not gripe about LC_CTYPE=en_US.UTF-8 ? I need the utf-8 setting for interoperability with some other OS's that I'm doing cross-development work with. $ any-perl-script perl: warning: Setting locale failed