You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/05/07 16:00:27 UTC

[Bug 1639] Changed - Xalan escaping characters for ISO encodings other than ISO-8859-1

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1639

*** shadow/1639	Mon May  7 00:24:45 2001
--- shadow/1639.tmp.16273	Mon May  7 07:00:27 2001
***************
*** 4,11 ****
  |        Bug #: 1639                        Product: XalanJ2                 |
  |       Status: NEW                         Version: 2.0.x                   |
  |   Resolution:                            Platform: PC                      |
! |     Severity: Normal                   OS/Version:                         |
! |     Priority:                           Component: org.apache.xalan.serial |
  +----------------------------------------------------------------------------+
  |  Assigned To: xalan-dev@xml.apache.org                                     |
  |  Reported By: tgeor@yahoo.com                                              |
--- 4,11 ----
  |        Bug #: 1639                        Product: XalanJ2                 |
  |       Status: NEW                         Version: 2.0.x                   |
  |   Resolution:                            Platform: PC                      |
! |     Severity: Normal                   OS/Version: All                     |
! |     Priority: High                      Component: org.apache.xalan.serial |
  +----------------------------------------------------------------------------+
  |  Assigned To: xalan-dev@xml.apache.org                                     |
  |  Reported By: tgeor@yahoo.com                                              |
***************
*** 55,58 ****
  the unicode character values. A solution could be translates characters to the 
  output encoding using the getBytes(m_encoding) method of String class and 
  compare the byte values with the m_maxCharacter but their will be a performance 
! overhead.
--- 55,63 ----
  the unicode character values. A solution could be translates characters to the 
  output encoding using the getBytes(m_encoding) method of String class and 
  compare the byte values with the m_maxCharacter but their will be a performance 
! overhead.
! 
! ------- Additional Comments From havardw@underdusken.no  2001-05-07 07:00 -------
! I can confirm this bug. I had this problem a while back, but I now have a local 
! copy that works (but for MacRoman only :(  ).
! My original bug is bug 718.