PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3131
*** shadow/3131 Tue Aug 28 10:08:40 2001
--- shadow/3131.tmp.12234 Tue Aug 28 11:39:44 2001
***************
*** 2,9 ****
| xsl:output method=text implementation of international char encoding |
+----------------------------------------------------------------------------+
| Bug #: 3131 Product: XalanJ2 |
! | Status: ASSIGNED Version: 2.2.x |
! | Resolution: Platform: PC |
| Severity: Major OS/Version: Windows NT/2K |
| Priority: Other Component: Xalan |
+----------------------------------------------------------------------------+
--- 2,9 ----
| xsl:output method=text implementation of international char encoding |
+----------------------------------------------------------------------------+
| Bug #: 3131 Product: XalanJ2 |
! | Status: RESOLVED Version: 2.2.x |
! | Resolution: FIXED Platform: PC |
| Severity: Major OS/Version: Windows NT/2K |
| Priority: Other Component: Xalan |
+----------------------------------------------------------------------------+
***************
*** 79,82 ****
------- Additional Comments From [EMAIL PROTECTED] 2001-08-28 10:08 -------
Bug verified. I'm sending Nuri Besen a quick patched file, but need to look
! into the issues surrounding this a bit more.
--- 79,90 ----
------- Additional Comments From [EMAIL PROTECTED] 2001-08-28 10:08 -------
Bug verified. I'm sending Nuri Besen a quick patched file, but need to look
! into the issues surrounding this a bit more.
!
! ------- Additional Comments From [EMAIL PROTECTED] 2001-08-28 11:39 -------
! Fixed with latest code checkin. There are still some issues with other output
! methods such as HTML and XML... for instance, should we translate İ to the
! escaped unicode code point as we do now? Or should we go ahead and do the code
! point translation into iso-8859-9, and *only* escape characters that can't be
! translated? But I think these questions are beyond the scope of this
! particular bug.