www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18467] New: std.format: Hangul Jamo syllables, while

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 puremagic.com
          Reporter: greensunny12 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

--
Feb 18 2018