Re: [DBI-Users] UTF-8 issues connecting to Oracle
- From: hermann.schwaerzler@xxxxxxxxxx (Hermann Schwaerzler)
- Date: Tue, 29 Jan 2008 08:33:47 +0100
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hello
Michael Muratet wrote:
[...]
I set the LANG='utf8' again and now I'm seeing:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "utf8",
LC_ALL = "utf8",
LANG = "utf8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
check if "locale -a" really outputs a locale named "utf8" as being
installed on your system. more likely it is "es_US.utf8" or something
similar. you have to use this when you set LANG!
you probably know that in order to set the character-set for the
communication with the oracle database-server you have to set NLS_LANG
accordingly before starting the perl-program that does the connection?
e.g. NLS_LANG=american_america.AL32UTF8 for utf8!
regards
hermann schwärzler
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHntbZpZ4QdpzGMxwRAriLAKDR7D66aUYtBIJ7DVynhdQ1UJZu3gCg45LH
jxKMEUQ+3fAdZbws6TaAsz0=
=xzbW
-----END PGP SIGNATURE-----
.
- Follow-Ups:
- Re: [DBI-Users] UTF-8 issues connecting to Oracle
- From: Michael Muratet
- Re: [DBI-Users] UTF-8 issues connecting to Oracle
- References:
- UTF-8 issues connecting to Oracle
- From: Michael Muratet
- UTF-8 issues connecting to Oracle
- Prev by Date: Re: UTF-8 issues connecting to Oracle
- Next by Date: DBI-DBD::ORACLE EROR
- Previous by thread: Re: UTF-8 issues connecting to Oracle
- Next by thread: Re: [DBI-Users] UTF-8 issues connecting to Oracle
- Index(es):
Relevant Pages
|