]> git.lyx.org Git - lyx.git/commit
Don't convert keystrokes to LaTeX accents, but insert unicode combining
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 31 Mar 2007 18:28:36 +0000 (18:28 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 31 Mar 2007 18:28:36 +0000 (18:28 +0000)
commitcb768c29d39617dadb613edbdbefb10788e9e376
treebb7299d9b4974896e2c65318165a1ed163e073e6
parentb343446bd42ccba62ecb0664c757c10c03c545cd
Don't convert keystrokes to LaTeX accents, but insert unicode combining
characters (forgot this with the last commit)

* src/lyxfunc.C: remove function declaration

* src/tex-accent.C
(lyx_accent_table): Remove obsolete stuff and add UCS4 codes
(DoAccent): Create UCS4 combining sequences instead of LaTeX accents

* src/tex-accent.h
(tex_accent_struct): Remove cms member, add ucs4 member

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17669 a592a061-630c-0410-9148-cb99ea01b6c8
src/lyxfunc.C
src/tex-accent.C
src/tex-accent.h