http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1394 *** shadow/1394 Thu Apr 19 06:56:57 2001 --- shadow/1394.tmp.5019 Thu Apr 19 19:41:48 2001 *************** *** 2,11 **** | method Perl5Util.substitue : Pb with \u or \U s/// like expression | +----------------------------------------------------------------------------+ | Bug #: 1394 Product: ORO | ! | Status: NEW Version: 2.0.1 | ! | Resolution: Platform: All | | Severity: Normal OS/Version: All | ! | Priority: Component: Main | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | --- 2,11 ---- | method Perl5Util.substitue : Pb with \u or \U s/// like expression | +----------------------------------------------------------------------------+ | Bug #: 1394 Product: ORO | ! | Status: RESOLVED Version: 2.0.1 | ! | Resolution: WONTFIX Platform: All | | Severity: Normal OS/Version: All | ! | Priority: High Component: Main | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | *************** *** 59,62 **** Bye, ! Serge Reboul --- 59,70 ---- Bye, ! Serge Reboul ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-04-19 19:41 ------- ! This is not a bug. \U, \u, \L, etc. are not part of Perl regular expression ! syntax. They are part of Perl double quoted string processing and therefore ! do not fall within the scope of the org.apache.oro.text.regex and ! org.apache.oro.text.perl packages. If you want to use \U-like functionality ! in a substitution, implement the Substitution interface and perform your ! own custom processing.
