I have a problem with strings saved in a database, like this for example: \"311\\315_316\\336_337\". They have only one backslash and this is a problem in java. Wh
\"311\\315_316\\336_337\"
You could also use Unicode \ = \u005c
Example: "Folder\u005cSubfolder1\u005cSubfolder2"
Would result in the string "Folder\Subfolder1\Subfolder2"
You can see the full table here: http://jrgraphix.net/r/Unicode/0020-007F