You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oro-dev@jakarta.apache.org by bu...@apache.org on 2001/04/20 04:41:48 UTC

[Bug 1394] Changed - method Perl5Util.substitue : Pb with \u or \U s/// like expression

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: oro-dev@jakarta.apache.org                                   |
  |  Reported By: reboul@usa.net                                               |
--- 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: oro-dev@jakarta.apache.org                                   |
  |  Reported By: reboul@usa.net                                               |
***************
*** 59,62 ****
  
  Bye,
  
! Serge Reboul
--- 59,70 ----
  
  Bye,
  
! Serge Reboul
! 
! ------- Additional Comments From dfs@apache.org  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.