[EMAIL PROTECTED] wrote:
Author: baum
Date: Mon Sep 4 16:43:25 2006
New Revision: 14890
URL: http://www.lyx.org/trac/changeset/14890
Log:
Fix byte order problems
* src/support/unicode.C
(bytes_to_ucs4): make it work on big endian machines
(bytes_to_ucs2): make it work on little endian machines
(ucs2_to_ucs4): ditto
(utf8_to_ucs4): Invoke iconv with explicit BE suffix
(ucs2_to_ucs4): ditto
(ucs4_to_ucs2): ditto
(ucs4_to_utf8): ditto
* configure.ac: Check for byte order
* development/scons/SConstruct: Ditto
Scons/windows has problem with this change:
IndexError: tuple index out of range:
File "SConstruct", line 1134:
config_post =
'''/**********************************************************
**
File "D:\devel\lyx\trunk\development\scons\scons_utils.py", line 362:
cont += configString(test[4], desc = test[2])
Abdel.