Re: Hebrew support -- please help !

Поиск
Список
Период
Сортировка
От Elie Nacache
Тема Re: Hebrew support -- please help !
Дата
Msg-id 20040831155407.46712.qmail@web54110.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: Hebrew support -- please help !  (Guy Naor <guy_naor@speakeasy.net>)
Ответы Re: Hebrew support -- please help !  (John Sidney-Woollett <johnsw@wardbrook.com>)
Re: Hebrew support -- please help !  (Ulrich Wisser <ulrich.wisser@relevanttraffic.se>)
Список pgsql-general
Hi Guy,
 
> Are you sure your client side display and fonts are set correctly?
 
Yes, I can display Hebrew font.
 
> Can you look at the ASCII codes you get back from Postgres to make sure they are not the correct Hebrew characters.
 
I use pgAdmin3 on W2K to insert row in Hebrew and can see the right character.
 
My /etc/sysconfig/i18n file:
LANG="en_US.UTF-8"
SUPPORTED="fr_FR.UTF-8:fr_FR:fr:en_US.UTF-8:en_US:en"
SYSFONT="latarcyrheb-sun16"
Now I tried this configuration: 
  * DB in UNICODE, 'set client_encoding to UNICODE'
  * Apache 2.0 + mod_jk2: don't see any encoding
  * Tomcat 5:  javaEncoding to UTF8 (default value)
  * In each JSP:
       <%@ page contentType="text/html;charset=utf-8" language="java"%>
       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 
Now I got the right information from the DB in Hebrew and french.
Still can't save value in Hebrew from client (browser) to server and in french if I save '�t�' in a column varchar(3) I got a range over exception.
 
What happen here ! something else to config ?
 
Elie


Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.

В списке pgsql-general по дате отправления:

Предыдущее
От: Mike Nolan
Дата:
Сообщение: Re: Single Row Table?
Следующее
От: John Sidney-Woollett
Дата:
Сообщение: Re: Hebrew support -- please help !