[Issue 18467] New: std.format: Hangul Jamo syllables, while correctly segmented as single graphemes by graphemeStride, are designated as wide characters, and thus should occupy 2 spaces per grapheme

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Feb 19 06:55:15 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18467

          Issue ID: 18467
           Summary: std.format: Hangul Jamo syllables, while correctly
                    segmented as single graphemes by graphemeStride, are
                    designated as wide characters, and thus should occupy
                    2 spaces per grapheme
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: greensunny12 at gmail.com

Hangul Jamo syllables, while correctly segmented as single graphemes by
graphemeStride, are designated as wide characters, and thus should occupy 2
spaces per grapheme (note that there can be multiple dchars per Jamo grapheme).

See also:

https://issues.dlang.org/show_bug.cgi?id=7054
https://github.com/dlang/phobos/pull/6008

--


More information about the Digitalmars-d-bugs mailing list