--- a/UI/SymbolsWidget.py Sat Apr 26 10:06:49 2014 +0200 +++ b/UI/SymbolsWidget.py Sat Apr 26 10:36:09 2014 +0200 @@ -50,39 +50,39 @@ self.__tables = [ # first last display name - (0x0, 0x1f, self.tr("Control Characters")), - (0x20, 0x7f, self.tr("Basic Latin")), - (0x80, 0xff, self.tr("Latin-1 Supplement")), - (0x100, 0x17f, self.tr("Latin Extended-A")), - (0x180, 0x24f, self.tr("Latin Extended-B")), - (0x250, 0x2af, self.tr("IPA Extensions")), - (0x2b0, 0x2ff, self.tr("Spacing Modifier Letters")), - (0x300, 0x36f, self.tr("Combining Diacritical Marks")), - (0x370, 0x3ff, self.tr("Greek and Coptic")), - (0x400, 0x4ff, self.tr("Cyrillic")), - (0x500, 0x52f, self.tr("Cyrillic Supplement")), - (0x530, 0x58f, self.tr("Armenian")), - (0x590, 0x5ff, self.tr("Hebrew")), - (0x600, 0x6ff, self.tr("Arabic")), - (0x700, 0x74f, self.tr("Syriac")), - (0x780, 0x7bf, self.tr("Thaana")), - (0x7c0, 0x7ff, self.tr("N'Ko")), - (0x800, 0x83f, self.tr("Samaritan")), - (0x840, 0x85f, self.tr("Mandaic")), - (0x8a0, 0x8ff, self.tr("Arabic Extended-A")), - (0x900, 0x97f, self.tr("Devanagari")), - (0x980, 0x9ff, self.tr("Bengali")), - (0xa00, 0xa7f, self.tr("Gurmukhi")), - (0xa80, 0xaff, self.tr("Gujarati")), - (0xb00, 0xb7f, self.tr("Oriya")), - (0xb80, 0xbff, self.tr("Tamil")), - (0xc00, 0xc7f, self.tr("Telugu")), - (0xc80, 0xcff, self.tr("Kannada")), - (0xd00, 0xd7f, self.tr("Malayalam")), - (0xd80, 0xdff, self.tr("Sinhala")), - (0xe00, 0xe7f, self.tr("Thai")), - (0xe80, 0xeff, self.tr("Lao")), - (0xf00, 0xfff, self.tr("Tibetan")), + (0x0, 0x1f, self.tr("Control Characters")), + (0x20, 0x7f, self.tr("Basic Latin")), + (0x80, 0xff, self.tr("Latin-1 Supplement")), + (0x100, 0x17f, self.tr("Latin Extended-A")), + (0x180, 0x24f, self.tr("Latin Extended-B")), + (0x250, 0x2af, self.tr("IPA Extensions")), + (0x2b0, 0x2ff, self.tr("Spacing Modifier Letters")), + (0x300, 0x36f, self.tr("Combining Diacritical Marks")), + (0x370, 0x3ff, self.tr("Greek and Coptic")), + (0x400, 0x4ff, self.tr("Cyrillic")), + (0x500, 0x52f, self.tr("Cyrillic Supplement")), + (0x530, 0x58f, self.tr("Armenian")), + (0x590, 0x5ff, self.tr("Hebrew")), + (0x600, 0x6ff, self.tr("Arabic")), + (0x700, 0x74f, self.tr("Syriac")), + (0x780, 0x7bf, self.tr("Thaana")), + (0x7c0, 0x7ff, self.tr("N'Ko")), + (0x800, 0x83f, self.tr("Samaritan")), + (0x840, 0x85f, self.tr("Mandaic")), + (0x8a0, 0x8ff, self.tr("Arabic Extended-A")), + (0x900, 0x97f, self.tr("Devanagari")), + (0x980, 0x9ff, self.tr("Bengali")), + (0xa00, 0xa7f, self.tr("Gurmukhi")), + (0xa80, 0xaff, self.tr("Gujarati")), + (0xb00, 0xb7f, self.tr("Oriya")), + (0xb80, 0xbff, self.tr("Tamil")), + (0xc00, 0xc7f, self.tr("Telugu")), + (0xc80, 0xcff, self.tr("Kannada")), + (0xd00, 0xd7f, self.tr("Malayalam")), + (0xd80, 0xdff, self.tr("Sinhala")), + (0xe00, 0xe7f, self.tr("Thai")), + (0xe80, 0xeff, self.tr("Lao")), + (0xf00, 0xfff, self.tr("Tibetan")), (0x1000, 0x109f, self.tr("Myanmar")), (0x10a0, 0x10ff, self.tr("Georgian")), (0x1100, 0x11ff, self.tr("Hangul Jamo")),