Revolving around the core of technology
Document ID: | 2087 |
---|---|
Subject: | Using foreign characters as top level folders |
Creation date: | 6/15/12 5:23 PM |
Last modified on: | 10/3/21 2:15 AM |
- Locate SyncrifyClient.lax file in the installation folder. Open this file in any editor, such as Notepad
- Search for a line starting with:
lax.nl.java.option.additional=- Add
-Dprofile.encoding=UTF-8
towards the end of this line. In this example, UTF-8 is the character set used for Hebrew characters. Refer to this page for a complete list of available character sets. If this line does not exist, create a new one. After modification the line should look like:
lax.nl.java.option.additional=-Dprofile.encoding=UTF-8- Save the file
- Specify
-Dprofile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8 -Dfile.encoding=UTF-8
as a command line argument.- For example:
java -Dprofile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8 -Dfile.encoding=UTF-8 -jar SyncrifyClient.jar
sun.jnu.encoding=UTF-8 file.encoding=UTF-8
export LANG="en_US.UTF-8" - bash shell set LANG="en_US.UTF-8" - C shell
Posted by Ergoshape on 3/18/19 9:04 AM
Posted by Mauro on 2/12/16 12:24 PM
Do you have a helpful tip related to this document that you'd like to share with other users?