* GuiSymbols.cpp: add another missing unicode block.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22850 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-02-07 20:29:14 +00:00
parent ea039d6496
commit 8e6c6e6678

View File

@ -69,6 +69,7 @@ UnicodeBlocks unicode_blocks[] = {
{ N_("Tibetan"), 0x0f00, 0x0fbf }, { N_("Tibetan"), 0x0f00, 0x0fbf },
{ N_("Georgian"), 0x10a0, 0x10ff }, { N_("Georgian"), 0x10a0, 0x10ff },
{ N_("Hangul Jamo"), 0x1100, 0x11ff }, { N_("Hangul Jamo"), 0x1100, 0x11ff },
{ N_("Phonetic Extensions"), 0x1d00, 0x1d7f },
{ N_("Latin Extended Additional"), 0x1e00, 0x1eff }, { N_("Latin Extended Additional"), 0x1e00, 0x1eff },
{ N_("Greek Extended"), 0x1f00, 0x1fff }, { N_("Greek Extended"), 0x1f00, 0x1fff },
{ N_("General Punctuation"), 0x2000, 0x206f }, { N_("General Punctuation"), 0x2000, 0x206f },