DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34189>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34189





------- Additional Comments From [EMAIL PROTECTED]  2005-03-28 00:13 -------
> and as a result, it always uses the HTTP defaults.
> If you need encoding there, you should URL encode/decode your headers using 

I can agree with you up to a point, but IMO, converting chars to bytes by
cutting the hibyte can't be right. Maybe inserting question marks could be a
more elegant solution, but it is not up to me to decide.

Btw, It seems that browsers do assume that header encoding is the same as
content's. I know it's not right, but forceing iso8859-2 solved my problem.(new
String(msg.getBytes("iso8859-2"))) I've tried to use url encoding, but it was
useless. Browsers seems to ignore URL encoding there. (Stateing this does not
mean I want to convince you to use the same encoding for the headers as the
content, just for the record, maybe someone will run into the same problem)

Tamas

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to