
Can I make compatible differents sets of caracters?
Hi Josep,
It is possible. You need set variable
DB_LOCALE and CLIENT_LOCALE to your code page.
Informix make conversion between DB_LOCALE and CLIENT_LOCALE
Configuration files are in $INFORMIXDIR/gls/lc11/es_es
example
DB_LOCALE=es_es.8859-1 for Spanish in ISO8859-1 Must before create database
!!!!
CLIENT_LOCALE=es_es.CP1252 set for client.
conversion files are in $INFORMIXDIR/gls/cv9
Petr
Quote:
> Hello,
> I need install D4gl 3.00.xx in HP-9000 with HP-UX 10.20/11.00 and my
> customer would like work with non-graphics terminals HP 700/96 and PC's
> with Windows-xx.
> The non-graphics terminals works with the set of characters Roman-8 and
> PC's Windows works with the set of characters ISO-1252 (ISO-8859-1) but
> I don't know if I can make compatible data because I need write 8-bits
> characters (spanish characters).
> Thanks in advance and sorry for may english.
> Josep M. Marti