Roy, Ansuman ha scritto:
I parse through the xml and using io i write it into a .properties file

I think instead of java io i should use java.util's property class is it??
Yes, java.util.Properties. ".properties" files must be ASCII 7-bit, the "Properties" class takes all the burden of encoding.

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

Reply via email to