Replace 블링블링 반짝 - #4
Conversation
There was a problem hiding this comment.
Attacca Code Review
This PR edits the Korean emoji annotation data for ✨ (sparkles) in mappers/unicode-emoji/annotations/ko.xml: it adds the keyword 반짝 to the contributed keyword list and changes the type="tts" reading from 블링블링 to 반짝. The build (build.rs) only consumes the type="tts" annotations to generate the EMOJI_READINGS static table used by lib.rs, so the effective behavior change is that the ✨ grapheme now maps to the reading 반짝. The new value is valid, the keyword list and tts remain consistent (tts stays a subset of the keywords), and no test or other codepoint is affected. The non-tts keyword edit has no effect on mapper output since build.rs ignores non-tts annotations, but this is not a defect.
No issues found at or above the LOW severity threshold.
No description provided.