limit jtextfield to a specific codepage
Hi
In my application some text is edited, saved as XML and sent to a device that does not understand unicode. Therefore I need a way to make sure that only characters included in a specific codepage is entered?
I'm using the Xerces xmlserialize class to serialize the xml document, and set the encoding on the OutputFormat object.
Best regards
Mads

