|
Okay, I missed that you were originally trying to use the file with
Properties.load(). Properties.load() uses an InputStream but assumes
that the character encoding is ISO 8859-1. It assumes this because it
assumes the file was written by Properties.store() which writes
using an OutputStream with ISO 8859-1 encoding. EDTF will work with a
file in ISO 8859-1, but will create a new file in CCSID 37 by
default.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.