If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Unicode use in informix

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-10-08, 00:45
kent_plaza kent_plaza is offline
Registered User
 
Join Date: Jan 2008
Posts: 3
Unicode use in informix

I am new to using unicode/multi-language in informix. I cant store and retieve unicode to database. What i see just "??????"...

I have set my client's and db server as below in order to support unicode:

Client's setnet:-
CLIENT_LOCALE=en_US.UTF8
DB_LOCALE=en_US.UTF8

DB Server's setnet:-
CLIENT_LOCALE=en_US.UTF8
DB_LOCALE=en_US.UTF8

ODBC:-
Client locale: de_DE.819
Database locale: de_DE.819
Use Server database locale: checked


And I amm using IBM Informix ODBC driver 3.00 TC1

Any idea? Please help
Reply With Quote
  #2 (permalink)  
Old 06-12-08, 20:38
ceinma ceinma is offline
Registered User
 
Join Date: Apr 2007
Location: Jundiai / SP - Brasil
Posts: 311
I don't remember the details.. but..
Database locale never change... so, your ODBC database locale must be en_US.UTF8

And need exists a conversion code-set file to this work. To check this you need look in the $INFORMIXDIR/gls/cv* directory . Look for *.cv files.
Will need to exists the conversion from en_US.UTF8 to de_DE.819 and vice-versa .

Looking for this conversion code-set on the IDS 11.50 UC1DE , I found the file e01c0333.cvo and 0333e01c.cvo , they are the respective conversion..

Read the GLS User Manual...
__________________
________________________________________
César Inacio Martins
Jundiai / SP - Brasil
http://www.imartins.com.br/informix - em Português
http://www.imartins.com.br/informix - English (translated by Google).
________________________________________
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On