# New Ticket Created by karl williamson # Please include the string: [perl #77818] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=77818 > This series of commits mainly adds to Perl support for Unicode named character sequences. They still aren't accepted in regular expression bracketed character classes, as those currently can handle only single character elements. There are also some small performance enhancements to charnames, and more randomized testing. This patch is also on github at git://github.com/khwilliamson/perl.git branch charnames.