Hi,
I think my test program,
https://github.com/suntong/lang/blob/master/lang/Go/src/text/utf16B.go, went very well, as I see the output, which is enclosed at the bottom of the program, is exactly what I'm expecting, until I redirect the output to a file, and view it with my `less`, when I found out the output is still in utf16, not ASCII string.
I've put it on golang play
but please don't let its current output deceives you,
Please help me make the output to be true ASCII string, as you can see, I was trying with `utf16.Decode` but that failed.
Thanks