Combining Chars Break Char Literals

A Devanagari, Gurmukhi, or other diacritic-marked letter that looks like one glyph in the editor fails to compile as a `'x'` character literal with "Too many characters in a character literal," because it is a base letter plus a separate combining mark — two `Char`s, not one. Use when a lookup table keyed by `Char` needs an entry for a marked or accented letter outside plain Latin, or when per-character text processing garbles exactly the words that carry an accent.

maxrave-dev Updated

File contents

maxrave-dev/kotlin-footguns/tree/main/skills/combining-chars-break-char-literals commit b24d0a4125

Frequently asked questions

npx skillmds@latest add maxrave-dev/combining-chars-break-char-literals