implementation of character transformation of GetGlyphsAndBreaks; fix a bug of UCharToFullSizeKana

This commit is contained in:
Vincent Wei
2019-02-27 18:33:32 +08:00
parent 8e66bb366e
commit 7ce1fe47ff
3 changed files with 44 additions and 6 deletions
+1 -1
View File
@@ -10312,7 +10312,7 @@ static inline int GUIAPI LanguageCodeFromISO639s1Code (const char* iso639_1)
*
* - CTR_NONE,
* - or one of CTR_CAPITALIZE, CTR_UPPERCASE, and CTR_LOWERCASE,
* - and OR'ed with CTR_ FULL_WIDTH and/or CTR_FULL_SIZE_KANA
* - and OR'ed with CTR_FULL_WIDTH and/or CTR_FULL_SIZE_KANA
*
* @{
*/