Changes between Version 43 and Version 44 of Help/CommandLineOptions
- Timestamp:
- 2021-01-19T14:23:56+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/CommandLineOptions
v43 v44 111 111 If you set a common directory with `Djosm.home` then JOSM will create the subdirectories ./autosave, ./cache and ./validator. 112 112 If a value has spaces, then enclose it in quotation marks like `"josm dev"`. 113 113 114 When 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]. 114 115 Which [https://msdn.microsoft.com/de-de/library/windows/desktop/dd317756%28v=vs.85%29.aspx code page] is used shows `chcp⏎` in the terminal. 115 116 For UTF-8 on Windows, invoke `chcp 65001` in the Windows terminal window before launching JOSM using `java -Dfile.encoding=UTF-8 -jar josm.jar` 117 118 JOSMs Debian package uses `-Djosm.dir.name=JOSM-latest` to offer parallel installations in the XDG base directories. 116 119 117 120 [=#Examples **Examples for JOSM runjosm options and Java options**]