I want to serialize a string (Korean string) containing double byte characters. Do I need to do something special?
I am able to serialize char *
strings by escaping special characters like \n,\b,\f,\t etc.
I am using C++ on Windows without any libraries.