I m using the method quoteChar( " )
to treat the strings.
The usual escape sequences such as "
" and " " are recognized and converted to single characters as the string is parsed.
Is there any way to get the string just the way it is, meaning that if i have the string:
Hello World
i 想要获得
Hello World
而不是:
Hello World
. Thanks