encoding problem
| От | marcelo Cortez |
|---|---|
| Тема | encoding problem |
| Дата | |
| Msg-id | 20051201144643.59071.qmail@web35614.mail.mud.yahoo.com обсуждение исходный текст |
| Ответы |
Re: encoding problem
Re: encoding problem |
| Список | pgsql-general |
folks
i have problems with encodings
the scenario is:
database: CREATE DATABASE "testLatin"
WITH OWNER = owner1
ENCODING = 'LATIN9';
test table:
CREATE TABLE test
( nombre varchar(20))
WITH OIDS;
ALTER TABLE test OWNER TO marcelo;
data:
nombre
---------
"maricón"
"ñañoso pícaro"
test statement
select * from test where upper(nombre) like 'ÑA%'
not data found !!!
any ideas?
best regards
MDC
pd: Unicode encoding has same result.
___________________________________________________________
1GB gratis, Antivirus y Antispam
Correo Yahoo!, el mejor correo web del mundo
http://correo.yahoo.com.ar
В списке pgsql-general по дате отправления: