https://bugs.documentfoundation.org/show_bug.cgi?id=92015

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #14 from Julien Nabet <[email protected]> ---
Eike: I noticed this line:
include/i18nlangtag/lang.h:630:#define LANGUAGE_USER_ANCIENT_GREEK        
LanguageType(0x0649)

But I found no ref confirming that ancient Greek corresponded with 0x0649.
In decimal so debug in gdb gives 585 so 0x0249

I wanted to try this patch:
diff --git a/include/i18nlangtag/lang.h b/include/i18nlangtag/lang.h
index ae434fd0c06a..c6a69e59fb68 100644
--- a/include/i18nlangtag/lang.h
+++ b/include/i18nlangtag/lang.h
@@ -627,7 +627,7 @@ namespace o3tl
 #define LANGUAGE_USER_ARABIC_PALESTINE      LanguageType(0x9801)  /*
makeLangID( 0x26, getPrimaryLanguage( LANGUAGE_ARABIC_SAUDI_ARABIA)) */
 #define LANGUAGE_USER_ARABIC_SOMALIA        LanguageType(0x9C01)  /*
makeLangID( 0x27, getPrimaryLanguage( LANGUAGE_ARABIC_SAUDI_ARABIA)) */
 #define LANGUAGE_USER_ARABIC_SUDAN          LanguageType(0xA001)  /*
makeLangID( 0x28, getPrimaryLanguage( LANGUAGE_ARABIC_SAUDI_ARABIA)) */
-#define LANGUAGE_USER_ANCIENT_GREEK         LanguageType(0x0649)
+#define LANGUAGE_USER_ANCIENT_GREEK         LanguageType(0x0249)
 #define LANGUAGE_USER_ASTURIAN              LanguageType(0x064A)
 #define LANGUAGE_USER_LATGALIAN             LanguageType(0x064B)
 #define LANGUAGE_USER_MAORE                 LanguageType(0x064C)

but it rebuilds a lot of things

Or perhaps should we declare LANGUAGE_USER_ANCIENT_GREEK_2?

Also, just wonder if "649" would be just a typo instead of "249" and so wonder
if there exist some real documents using 649 as ancient Greek.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to