# New Ticket Created by  Zefram 
# Please include the string:  [perl #130923]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=130923 >


> "\x[200b,308]".chars
1

Here I've put an umlaut on a zero-width space, making a single grapheme.
This is a bug: these codepoints do not form a single grapheme cluster.
U+200b has General_Category=Format, so per UAX #29 qualifies as
Grapheme_Cluster_Break=Control, so should always have a grapheme cluster
break after it, regardless of the following character.

-zefram

Reply via email to