Project

General

Profile

« Previous | Next » 

Revision 2f6cc15c

Added by nobu (Nobuyoshi Nakada) almost 6 years ago

Fixed String#grapheme_clusters with wide encodings

  • string.c (get_reg_grapheme_cluster): make regexp from properly
    encoded sources fro wide-char encodings. [Bug #15965]

  • regparse.c (node_extended_grapheme_cluster): suppress false
    duplicated range warning for the time being.