Re: perl and ISO-8859-1

1997-11-04 Thread Santiago Vila Doncel
-BEGIN PGP SIGNED MESSAGE- I saw this in a recent info-gnu posting: Subject: Bash-2.01.1 available for FTP [...] g. Fixed a bug in the locale code that occurred when assigning a value to LC_ALL. Don't know which exactly was wrong, but I hope to see a Debianised bash_2.01.1 soon..

Re: perl and ISO-8859-1

1997-11-03 Thread Pere Camps
Orn, > > Now, it's bash. ;) > Try converting to bash from hamm. I will... when I have time. ;) > I've got a lot of accented filenames, a directory named "bókhald", > etc :-) No problems. Even though my MS-DOS days are long gone, it looks like I'm still biased. Salutac

Re: perl and ISO-8859-1

1997-11-02 Thread Orn E. Hansen
Þann 02-Nov-97 skrifar Pere Camps: > > Ok. I've checked and it looks like everything's ok. In fact, after > setting LC_ALL to es_ES, perl doesn't complain any more. > That makes sense, LC_ALL will override your setting of LC_CTYPE. > Now, it's bash. ;) > Try converting to bash

Re: perl and ISO-8859-1

1997-11-02 Thread Pere Camps
Orn, > It means your en_GB locale data is broken. If you look under the > folder /usr/share/locale/en_GB you should see a file "LC_CTYPE", this > file should hold the information for iso-8859-1, normally. If this > file is damaged, or holds a wrong version of locale data (i.e. the > locale dat

Re: perl and ISO-8859-1

1997-11-01 Thread Pere Camps
Torsten, > ...and just tried bash. It allowed me to enter accented characters. Just tried again, with this setings: export LC_ALL=es_ES export LC_MESSAGES=es_ES export LANG=es_ES And it didn't work. > try this code... Ok. With: export LC_ALL=es_ES export LC_MESSAG

Re: perl and ISO-8859-1

1997-11-01 Thread Orn E. Hansen
Þann 31-Oct-97 skrifar Pere Camps: > Andy, > > I only hace en_GB there, but in /usr/share/locale I have all the > others. The thing is that -I think- I have installed all the needed > packages for locale support, but perl is not getting it. Bash doesn't > complain about LC_CTYPE. In fact, i

Re: perl and ISO-8859-1

1997-11-01 Thread Orn E. Hansen
Þann 31-Oct-97 skrifar Pere Camps: > Orn, > > Perl doesn't complain anymour if I unset LC_CTYPE, but bash does. > It doesn't let me put latin-1 characters. > I have... LANG=is ...and just tried bash. It allowed me to enter accented characters. Even tried with LANG set to es_ES

Re: perl and ISO-8859-1

1997-11-01 Thread Orn E. Hansen
Þann 31-Oct-97 skrifar Marcus Brinkmann: > > You are right in all points, although I don't know the meaning of "legedly" > (my dictionary does not know it, too). legedly => according to legend :-) > > I would consider a script that depends on the setting of a locale as buggy, > So I would enco

Re: perl and ISO-8859-1

1997-10-31 Thread Pere Camps
Andy, > setting the locale for LC_CTYPE failed. You currently have > LC_CTYPE="ISO_8859_1". Check if that locale is supported and installed on > your system. I'm pretty sure you can find locales in /usr/lib/locale. I only hace en_GB there, but in /usr/share/locale I have all the other

Re: perl and ISO-8859-1

1997-10-31 Thread Pere Camps
Orn, > Locale es_ES has Latin-1 character set as default? If so, just > do a 'unsetenv LC_CTYPE', the LANG variable will see to that the > LC_CTYPE is set properly. Perl doesn't complain anymour if I unset LC_CTYPE, but bash does. It doesn't let me put latin-1 characters. >

Re: perl and ISO-8859-1

1997-10-31 Thread Marcus Brinkmann
On Fri, Oct 31, 1997 at 05:31:46PM +0100, Orn E. Hansen wrote: > > Þann 31-Oct-97 skrifar [EMAIL PROTECTED]: > > > >> Try setting LC_CTYPE to es_ES too. It worked for me with de_DE. > >> > >> Torsten > > > > Or just LC_ALL="es_ES" (as I do it with de_DE). This sets all the LC_* > > var

Re: perl and ISO-8859-1

1997-10-31 Thread Pere Camps
Torsten, > Try setting LC_CTYPE to es_ES too. It worked for me with de_DE. It worked for me too... but now I can't put accented characters in bash! Salutacions, Pere __o mailto:[EMAIL PROTECTED] 2:343/108.91 - _`\<;_ http://casal.upc.es/~pere/ PGP

Re: perl and ISO-8859-1

1997-10-31 Thread Orn E. Hansen
Þann 31-Oct-97 skrifar [EMAIL PROTECTED]: > >> Try setting LC_CTYPE to es_ES too. It worked for me with de_DE. >> >> Torsten > > Or just LC_ALL="es_ES" (as I do it with de_DE). This sets all the LC_* > variables. > What LC_ALL variable will do, is *force* all variables to that sett

Re: perl and ISO-8859-1

1997-10-31 Thread Andy Dougherty
Pere Camps <[EMAIL PROTECTED]> writes: > > Whenever I start perl, I get the following warning: > > perl: warning: Setting locale failed for the categories: > LC_CTYPE > perl: warning: Please check that your locale settings: > LC_ALL = (unset), > LC_CTYPE = "ISO_8859_

Re: perl and ISO-8859-1

1997-10-31 Thread Marcus . Brinkmann
On 30 Oct 1997, Torsten Hilbrich wrote: > Pere Camps <[EMAIL PROTECTED]> writes: > > > Hi, > > > > Whenever I start perl, I get the following warning: > > > > perl: warning: Setting locale failed for the categories: > > LC_CTYPE > > perl: warning: Please check that your locale set

Re: perl and ISO-8859-1

1997-10-31 Thread Orn E. Hansen
Þann 30-Oct-97 skrifar Torsten Hilbrich: > Pere Camps <[EMAIL PROTECTED]> writes: > >> Hi, >> >> Whenever I start perl, I get the following warning: >> >> perl: warning: Setting locale failed for the categories: >> LC_CTYPE >> perl: warning: Please check that your locale settings:

Re: perl and ISO-8859-1

1997-10-31 Thread Torsten Hilbrich
Pere Camps <[EMAIL PROTECTED]> writes: > Hi, > > Whenever I start perl, I get the following warning: > > perl: warning: Setting locale failed for the categories: > LC_CTYPE > perl: warning: Please check that your locale settings: > LC_ALL = (unset), > LC_CTYPE = "IS

Re: perl and ISO-8859-1

1997-10-29 Thread David Frey
On Wed, Oct 29 1997 11:53 GMT Pere Camps writes: > Whenever I start perl, I get the following warning: > > perl: warning: Setting locale failed for the categories: > LC_CTYPE > perl: warning: Please check that your locale settings: > LC_ALL = (unset), > LC_CT