From: "Jon Skeet" <[EMAIL PROTECTED]> > You could read the whole file into a String, > then convert that to bytes with the ISO_8859_1 > encoding needed by Properties,
Hmm... doesn't the encoding limitation make a good use case for the custom properties parsing in <loadproperties>? I can make <loadproperties> support encoding and thereby load properties encoded in other formats as well.. > Jon Cheers, Magesh ********************************************** * Courage is acting as if your hands aren't * * trembling. * ********************************************** -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
