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=2880

*** shadow/2880 Mon Jul 30 02:14:16 2001
--- shadow/2880.tmp.8889        Tue Jul 31 03:40:41 2001
***************
*** 21,24 ****
  
  I suppose you're using methods like writeBytes or writeChars or something like 
  that. In EBCDIC machines the results are different when writen bytes or chars 
! to a file.
--- 21,32 ----
  
  I suppose you're using methods like writeBytes or writeChars or something like 
  that. In EBCDIC machines the results are different when writen bytes or chars 
! to a file.
! 
! ------- Additional Comments From [EMAIL PROTECTED]  2001-07-31 03:40 -------
! I've been working on source files. I've found a possible soultion. The error is 
! caused by the use of getBytes() in String translations. I've susbstituted 
! getBytes() by getBytes("ISO-8859-1"), so the render of PDF files runs in my 
! EBCDIC (S390) machine and in my ASCII (windows) machine.
! I think the PDFDocument class should include a "setEncoding(String enc)" and 
! a "getEncoding()" methods.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to