08.09.2012, 16:09
Hey guys, I've ran into an issue with special characters which I couldn't figure on my own.
I've been saving a text (File Or MySQL) which is used in dialogs.
The problem is that when I load this text and try to display it, special characters don't do anything, they just show as they are.
For example, if I got this text in my DB:
"Hello\n\nNew Player"
When loading it, it shows the same way instead of showing like this:
Any ideas on how to apply the special characters from a loaded string?
I've been saving a text (File Or MySQL) which is used in dialogs.
The problem is that when I load this text and try to display it, special characters don't do anything, they just show as they are.
For example, if I got this text in my DB:
"Hello\n\nNew Player"
When loading it, it shows the same way instead of showing like this:
Quote:
Hello New Player |