]> git.lyx.org Git - features.git/commit
Fix bug #7998 and related issues:
authorGeorg Baum <georg.baum@post.rwth-aachen.de>
Tue, 31 Jan 2012 20:49:49 +0000 (20:49 +0000)
committerGeorg Baum <georg.baum@post.rwth-aachen.de>
Tue, 31 Jan 2012 20:49:49 +0000 (20:49 +0000)
commitf483fb8e9d1e994b33e9b08d2515dc4100126531
tree3051ed475663f916296f9b8f593c73375ca5536f
parent72f56d730935882b20a607154c35365afaf7b3c5
Fix bug #7998 and related issues:
- 0x200c is equivalent to \textcompwordmark
- 0x2011 is equivalent to \nobreakdash-
- 0x2009 is a breakable thin space (the old definition was non-breakable)
- 0x202f is a non-breakable thin space
- add spaces 0x2007, 0x2008, 0x200a and 0x200b

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40694 a592a061-630c-0410-9148-cb99ea01b6c8
lib/unicodesymbols
src/insets/InsetSpecialChar.cpp