Georg Baum <[EMAIL PROTECTED]> writes: > > Could you please tell a naive guy why we have to care about different > > unicode encodings internally?
> > I would have assumed that we use UTF-8 in files and ucs4 in memory. > > What's the problem? > Mainly that not all has been converted yet. Some strings go unchanged from > the file to memory. I tried to describe that here: > http://wiki.lyx.org/devel/pmwiki.php/Devel/Unicode Also, the Qt frontend doesn't deal in UCS-4 but rather in UCS-2, so we need ucs4_to_ucs2 and ucs2_to_ucs4 converters also. Angus