gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] localization


From: Carlos Moro
Subject: Re: [Gnumed-devel] localization
Date: Mon, 7 Feb 2005 14:09:13 +0100 (CET)

 --- catmat <address@hidden> wrote: 
> Karsten Hilbert wrote: 
> >With the Python client I have so far not
> experienced any
> >difficulty in a Unicode database and setting the
> client to
> >Latin1.

> that's what one would expect; Is Latin1 a subset of
> Unicode ?

Latin 1  is ISO-8859-1 ... perfect if it works ;), but
they are different encodings and frequently problems
arise when mizing both... 

When mixing both encodings works, any middleware might
be doing the conversion... something like in Java...

    new String(spanishWord.getBytes("ISO-8859-1"),
"UTF-8") ... or so...

Best regards,
carlos



                
______________________________________________ 
Renovamos el Correo Yahoo!: ¡250 MB GRATIS! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es




reply via email to

[Prev in Thread] Current Thread [Next in Thread]