mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
* 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:
parent
ea039d6496
commit
8e6c6e6678
@ -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 },
|
||||||
|
Loading…
Reference in New Issue
Block a user