]> git.lyx.org Git - features.git/commit
Fix debug output (detected by a MSVC warning)
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 8 Oct 2006 10:31:34 +0000 (10:31 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 8 Oct 2006 10:31:34 +0000 (10:31 +0000)
commit5eec8f015ecac7feb75713026db5d56603956e2b
tree791ed99f96a126218cf00c90864fb34741717d43
parent816103659e7d62317bddd4a1e10f0ad7745881b6
Fix debug output (detected by a MSVC warning)
* src/support/unicode.C
(iconv_convert): Use boost::uint32_t for storing a buffer character,
since the previously stored unsigned char is too small. I did not
use lyx::char_type on purpose because that might not be interpreted
as number, but as wide character if lyx::char_type == wchar_t.

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