]> git.lyx.org Git - lyx.git/commit
Fix crash on systems where sizeof(wchar_t) == 2 and gcc is used by adding
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 3 Oct 2006 19:27:17 +0000 (19:27 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 3 Oct 2006 19:27:17 +0000 (19:27 +0000)
commitfd6fa1e2afc6bec4ef92654f1f2a5e19ad7f4dc1
tree992a5c780923fe05e78a8d3d61d088389fab69c6
parent205096733a808ba496550f3b74b40cb983a00642
Fix crash on systems where sizeof(wchar_t) == 2 and gcc is used by adding
a working ctype<lyx::char_type> locale facet.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15223 a592a061-630c-0410-9148-cb99ea01b6c8
src/support/docstring.C