Changes between Version 38 and Version 39 of Help/CommandLineOptions


Ignore:
Timestamp:
2020-01-26T23:28:28+01:00 (6 years ago)
Author:
simon04
Comment:

UTF-8 in cmd.exe

Legend:

Unmodified
Added
Removed
Modified
  • Help/CommandLineOptions

    v38 v39  
    9595When the non-ASCII characters in the command prompt are scrambled, use `-Dfile.encoding=Cp850` to receive text from Java in another [https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html code page].
    9696Which [https://msdn.microsoft.com/de-de/library/windows/desktop/dd317756%28v=vs.85%29.aspx code page] is used shows `chcp⏎` in the terminal.
     97For UTF-8 on Windows, invoke `chcp 65001` in the Windows terminal window before launching JOSM using `java -Dfile.encoding=UTF-8 -jar josm-tested.jar`
    9798
    9899[=#Examples **Examples**]