]> git.lyx.org Git - lyx.git/commit
* unicode.[Ch]: new IconvProcessor class that enable to split iconv_convert() initial...
authorAbdelrazak Younes <younes@lyx.org>
Sun, 29 Oct 2006 21:59:59 +0000 (21:59 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 29 Oct 2006 21:59:59 +0000 (21:59 +0000)
commit826c31a80d3ad7dc310790c99ac20427f33fb905
treeb40b0c3e236bd099fa9878ab0f635978a02a09aa
parent8c2010510680f238605998b875b6b3d824fcd35b
* unicode.[Ch]: new IconvProcessor class that enable to split iconv_convert() initialization and conversion parts.

* docstring.C: utf8_to_ucs4() makes use of IconvProcessor instead of iconv_convert.

The IconvProcessor interface will permit to switch to another processor than iconv.

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