summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
f0815dd)
Unicode 6.0 re-used the name BELL for a character other than what it
was traditionally for. There is code in mktables to change the
treatment for 5.15, so that it wouldn't be forgotten. But I'm thinking
that we might want to wait til 5.18 to change, and so I just changed it
to 5.17 instead.
# http://www.unicode.org/versions/corrigendum8.html
$fields[$BIDI] = "AL";
}
# http://www.unicode.org/versions/corrigendum8.html
$fields[$BIDI] = "AL";
}
- elsif ($^V lt v5.15.0) { # For 5.16 will convert to use Unicode's name
+ elsif ($^V lt v5.17.0) { # For 5.18 will convert to use Unicode's name
$fields[$CHARNAME] = "";
}
$fields[$CHARNAME] = "";
}