Home › Per Unicode + game text docs, NORMALISATION FORM…
Per Unicode + game text docs, NORMALISATION FORM C (NFC) is recommended for stored game strings because of which property?
ADecomposes diacritics for easier search always
BComposed form is shorter + canonical for comparisons
CAlways represents text in pure ASCII only
DSplits emoji into individual codepoints always
Answer & Solution
Correct answer: B. Composed form is shorter + canonical for comparisons
Unicode Standard Annex #15: NFC composes precomposed characters (é as U+00E9). NFD decomposes. Engines comparing strings prefer one canonical form (usually NFC).
Related questions
Per public studio postmortems (e.g. Riot, CD Projekt Red), LOC QA is a distinct testing phPer Microsoft + Unity i18n docs, TEXT EXPANSION budgeting reserves how much extra space inPer Unicode CLDR + game studio guidelines, FONT FALLBACK chains are necessary because of wPer CLDR + ICU, FORMATTING dates and numbers must vary by locale because of which class ofPer Unity Localization + Unreal docs, the SOURCE-OF-TRUTH for translatable strings is mostPer ICU + ISO 4217 + CLDR currency docs, the LOCALE for 'United States English' is encodedPer ICU + Unity Localization, the SAFEST way to build a runtime string with a variable couPer ICU MessageFormat (and Unity Localization), PLURALISATION rules for slavic languages (