]> git.lyx.org Git - features.git/commit
* LyXLex::Pimpl::buff is now a string.
authorAbdelrazak Younes <younes@lyx.org>
Sat, 28 Oct 2006 15:16:30 +0000 (15:16 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 28 Oct 2006 15:16:30 +0000 (15:16 +0000)
commit451b12d00d4e82215ac07b5204179156dc1d3283
tree00dd5f39264182a7482a42ab3b5c85165954ee2d
parentb884dee79e469c42a567d90dd3c870a8be589d02
* LyXLex::Pimpl::buff is now a string.

* unicode.[Ch]:
 - new non template iconv_convert()
 - iconv_convert() template use above function.

* docstring.C:
 - utf8_to_ucs4(): new function, use the new iconv_convert() function above.
 - from_utf8(): use utf8_to_ucs4() function above.

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