summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2018-03-07 21:29:09 +0100
committerEike Rathke <erack@redhat.com>2018-03-07 21:29:59 +0100
commit71bf07922b6ff45f9b31fb377d3ac24e172a5c65 (patch)
tree54008b3b0fd403fedbf43505ef655f9ddf82ed08 /include
parentf2a8f440bf2e8ad9ad0d595d1ab0cecf08de4a5c (diff)
Clarify that IGNORE_DIACRITICS_CTL is not only CTL, despite its name
Change-Id: I5954094131debb7cdf0fc44a9db3a3609b356baf
Diffstat (limited to 'include')
-rw-r--r--include/i18nutil/transliteration.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/i18nutil/transliteration.hxx b/include/i18nutil/transliteration.hxx
index 6294c5eee1e5..f962929b2bdc 100644
--- a/include/i18nutil/transliteration.hxx
+++ b/include/i18nutil/transliteration.hxx
@@ -119,7 +119,9 @@ enum class TransliterationFlags {
/// transliterate Japanese normal sized character to small sized character
largeToSmall_ja_JP = int(css::i18n::TransliterationModules_largeToSmall_ja_JP),
+ /// Transliterate decomposing and removing diacritics, not only CTL, despite its name.
IGNORE_DIACRITICS_CTL = int(css::i18n::TransliterationModulesExtra::IGNORE_DIACRITICS_CTL),
+ /// Ignore Kashida mark.
IGNORE_KASHIDA_CTL = int(css::i18n::TransliterationModulesExtra::IGNORE_KASHIDA_CTL)
};
namespace o3tl {