Very cool "export to html" of dev-cpp !
One pity, the Chinese charactors in string didn't display well in html, they are encoded byte by byte individually. In fact, this encoding is not necessary for Chinese string, because Chinese is 2-byte charactor. Only raw bytes can be showed correctly in browser with suitable language decoder selected.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Very cool "export to html" of dev-cpp !
One pity, the Chinese charactors in string didn't display well in html, they are encoded byte by byte individually. In fact, this encoding is not necessary for Chinese string, because Chinese is 2-byte charactor. Only raw bytes can be showed correctly in browser with suitable language decoder selected.