JTextArea using US-ASCII encoding?
My user pasted content copied from MS-Word, and the "smart-quotes" - open double-quotes and close double-quotes - are causing havoc with my downstream fax-sender.
Is it possible to force a JTextArea to use US-ASCII encoding, and refuse to allow pasting of extended Ascii characters?
I've looked at CharSet, Documents, etc., but nothing obvious is leaping out at me. What approach should I be taking to remove offending characters?
Thanks,
N.

