Re: [scons problem] Re: r14890 - in /lyx-devel/trunk: configure.ac development/sc...

2006-09-04 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: Scons/windows has problem with this change: I did not test the scons change. It looks like I forgot a comma. Does this patch help? Yes.

Re: [scons problem] Re: r14890 - in /lyx-devel/trunk: configure.ac development/sc...

2006-09-04 Thread Georg Baum
Abdelrazak Younes wrote: > Scons/windows has problem with this change: I did not test the scons change. It looks like I forgot a comma. Does this patch help? GeorgIndex: development/scons/SConstruct === --- development/scons/SConst

Re: r14890 - in /lyx-devel/trunk: configure.ac development/sc...

2006-09-04 Thread Georg Baum
Lars Gullik Bjønnes wrote: > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > | The log says "_Invoke_ _iconv_ with explicit BE suffix" that's quite > | different. > > but why I would have assumed that using LE resp. BE and drop all > later byteswapping would have been the way to go... I did

Re: r14890 - in /lyx-devel/trunk: configure.ac development/sc...

2006-09-04 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | > Is this really what we want? | > (The answer from my pov is "NO") | > | > IMHO we want to use native endianess internally, and I do not get why | > anything should care about what we do internally. | | The patch does not

Re: r14890 - in /lyx-devel/trunk: configure.ac development/sc...

2006-09-04 Thread Georg Baum
Lars Gullik Bjønnes wrote: > Is this really what we want? > (The answer from my pov is "NO") > > IMHO we want to use native endianess internally, and I do not get why > anything should care about what we do internally. The patch does not alter how iconv is called: UCS-4 == UCS-4BE, regardless of

Re: r14890 - in /lyx-devel/trunk: configure.ac development/sc...

2006-09-04 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Abdelrazak Younes <[EMAIL PROTECTED]> writes: | > | Lars Gullik Bjønnes wrote: | > | > [EMAIL PROTECTED] writes: | > | > | Author: baum | > | > | Date: Mon Sep 4 16:43:25 2006 | > | > | New Revision: 14890 | > | > | |

Re: r14890 - in /lyx-devel/trunk: configure.ac development/sc...

2006-09-04 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > [EMAIL PROTECTED] writes: | > | Author: baum | > | Date: Mon Sep 4 16:43:25 2006 | > | New Revision: 14890 | > | | URL: http://www.lyx.org/trac/changeset/14890 | > | Log: | > | Fix byte ord

[scons problem] Re: r14890 - in /lyx-devel/trunk: configure.ac development/sc...

2006-09-04 Thread Abdelrazak Younes
[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

Re: r14890 - in /lyx-devel/trunk: configure.ac development/sc...

2006-09-04 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > [EMAIL PROTECTED] writes: | > | 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/sup

Re: r14890 - in /lyx-devel/trunk: configure.ac development/sc...

2006-09-04 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: [EMAIL PROTECTED] writes: | 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 machi

Re: r14890 - in /lyx-devel/trunk: configure.ac development/sc...

2006-09-04 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | 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): m