Guidance - 2002-10-08

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.