Peter Kümmel <[EMAIL PROTECTED]> writes:

| [EMAIL PROTECTED] wrote:
| > Author: larsbj
| > Date: Mon Aug 14 00:54:59 2006
| > New Revision: 14661
| > 
| > URL: http://www.lyx.org/trac/changeset/14661
| > Log:
| > Merge the unicode branch into trunk.
| > 
| > - src/support/unicode.[Ch]: new files with functions for converting
| >   to and fro ucs4, ucs2 and utf8.
| > - src/support/docstring.h: specialization of basic_string that
| >   holds a uint32_t internally.
| > - Several functions changed to use char_type instead of char or unsigned ch=
| > ar.
| > - Qt3 and Qt4 sends ucs2 on to core
| > - Gtk sends ucs4 on to core
| > - Read and write utf-8 .lyx files.
| > - font_metrics and painter updated to handle ucs4 chars as input.
| > - Quite a bit of ugly compability code, conversion string->docstring, etc.
| > - Have fun...
| 
| Does this mean that we now must always enable nls?
| 
| unicode.C uses iconv.h which until now only was used with nls enabled.

If that is the only way you can get iconv to work, yes. Or you have to
reimplement the conversion functions.

-- 
        Lgb

Reply via email to