Printing accented characters from a Java program onto a linux shell -


i'm running java program command line in ubuntu, , trying print accented characters onto console. characters displayed ? on console. how make shell display accented characters output program?

set lang environment variable in shell:

lang=en_en.utf-8 

see ubunutu docs on environment variables.


Comments