how to handle multibyte characters in my java program
807580Dec 17 2009 — edited Dec 17 2009My java program residing on a unix server reads from various files that have Finnish characters and writes the data into one single file. While doing this, it replaces them with ???.
Where can I specify encoding so that it handles these special characters?