Do I need to use native2ascii on all my files before I jar them up for submission? Or does jar take care of this. choices.txt must be in ascii character encoding, but the default for windows is Cp1252.
Should I also run it on my source .java files? I'm not sure what jar takes care of if anything and I don't have a unix box to
test it on.