https://issues.apache.org/bugzilla/show_bug.cgi?id=45495
Steve Loughran <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--- Comment #1 from Steve Loughran <[EMAIL PROTECTED]> 2008-07-29 03:54:23 PST
---
Does your property file conform to that of the java.util.Properties
specification?
http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html
Specifically the bit about encoding?
"This format uses the ISO 8859-1 character encoding. Characters that cannot be
directly represented in this encoding can be written using Unicode escapes ;
only a single 'u' character is allowed in an escape sequence. The native2ascii
tool can be used to convert property files to and from other character
encodings."
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.