Save a text file without utf 8

How do I save a text file in Processing without it converting to UTF-8?

Please help.
Thanks.

I am willing to bet createOutput would do it. If this does not work, you can google "saving a file not using utf8 encoding" "java" and it should show you some options in Java that you can bring to Processing. If you are stuck, show us your resources, code and error messages.

Kf

Thanks. I will try this.