I am working a program to generate unicode file and then view by Notepad. All conversion work properly but I cannot make a newline.
I already tried out "\r", "\n", "\r\n", "\r\0", "\n\0", "\0\r", "\0\n", all of these not work.
Thanks for giving me some hint to solve the problem. ^_^