diff options
author | Eike Rathke <erack@redhat.com> | 2017-11-17 02:24:52 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-11-17 01:25:24 +0100 |
commit | 0f73433b13ba9e3f38193ddd86f4b9b767a36bb2 (patch) | |
tree | fc4ba8ff6f4bec273d50a4c51865b7420504f6e3 /i18nutil | |
parent | eb8bd7f21103ed2349b44c954db977709de2e4ec (diff) |
Revert "Upgrade to ICU 60.1"
This reverts commit f643e1f687e27e7f46c53d7298772d4dddb3e660.
Failing in firebird, back to the drawing board..
Change-Id: I087d2fa6e81cf713458b1c9645edc7c1facf148c
Reviewed-on: https://gerrit.libreoffice.org/44843
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'i18nutil')
-rw-r--r-- | i18nutil/source/utility/unicode.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/i18nutil/source/utility/unicode.cxx b/i18nutil/source/utility/unicode.cxx index 0173a4ad5fbf..94abe5220f84 100644 --- a/i18nutil/source/utility/unicode.cxx +++ b/i18nutil/source/utility/unicode.cxx @@ -716,17 +716,6 @@ OString SAL_CALL unicode::getExemplarLanguageForUScriptCode(UScriptCode eScript) sRet = "mis"; // Zsye - Emoji variant break; #endif -#if (U_ICU_VERSION_MAJOR_NUM >= 60) - case USCRIPT_MASARAM_GONDI: - sRet = "gon-Gonm"; // macro language code, could be wsg,esg,gno - break; - case USCRIPT_SOYOMBO: - sRet = "mn-Soyo"; // abugida to write Mongolian, also Tibetan and Sanskrit - break; - case USCRIPT_ZANABAZAR_SQUARE: - sRet = "mn-Zanb"; // abugida to write Mongolian - break; -#endif } return sRet; } |