# New Ticket Created by karl williamson # Please include the string: [perl #79880] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=79880 > This series of commits causes the regex engine to understand the /u modifier on literal strings when /i is used. These generate EXACTish regnodes. It does this by establishing a new node type, EXACTFU which implies using Unicode semantics. Still remaining to be done in /iu are backreferences and tries. These commits are also available at: git://github.com/khwilliamson/perl.git branch foldingThread Previous | Thread Next