What problem does it solve?
Korean text character count limits for self-introductions, application forms, and free-response fields are extremely strict, with even a 1-character discrepancy causing submission failures, but LLM-based estimates are unreliable and lack reproducibility.
Core Features & Use Cases
- Deterministic Grapheme Counting: Uses Intl.Segmenter to count Unicode extended grapheme clusters, accurately handling mixed Korean, English, emoji, and special characters without estimation.
- Dual Byte Calculation Profiles: Supports default UTF-8 byte counting and NEIS (school record system) compatible byte rules for school submission requirements.
- Consistent Line Counting: Handles all standard line break sequences (CRLF, LF, CR, U+2028, U+2029) uniformly, with clear rules for empty strings.
- Use Case: Students submitting college or job application self-introductions, parents filling out school forms with strict character limits, or administrators validating document length requirements can use this skill to get exact, reproducible counts.
Quick Start
Ask the korean-character-count skill to calculate the exact character, line, and byte count for your Korean application text, and specify the NEIS profile if you are submitting to a school record system.