Am Mittwoch, 27. September 2006 20:47 schrieb Enrico Forestieri: > On Wed, Sep 27, 2006 at 03:49:25PM +0200, Georg Baum wrote: > > I tried building LyX using the stlport library and it now runs! > I don't know why your examples still don't compile with stlport, though.
But I do: They tested wide character streams that are not (yet?) used in LyX. > However, I need the attached patch. I cannot use the boost format with > stlport because there is no specialization for class ctype<boost::uint32_t>. > Only ctype<char> and ctype<wchar_t> are supported. Be warned that ctype might be needed sooner or later. > If there are no objections I would like to apply the patch. It is well known that STLPort is more strict regarding headers. The patch is OK with me. > > When the other unicode stuff is finished > > we can still see whether somebody implements the full cygwin wide character > > support, > > I was thinking that on cygwin only UCS2 could be supported, as there > would be no problems with "typedef wchar_t char_type;". However, I think > that it is better to wait for when things are settled. We should not use UCS2 on one platform and UCS4 on another, that would make the code complicated. Georg