ashang / support-tools

Automatically exported from code.google.com/p/support-tools
Apache License 2.0
0 stars 0 forks source link

Unicode characters are wrapped wrong in the Wiki moving to GitHub #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The importer tries to wrap the lines in the wiki.
However, the multibyte unicode characters gets broken when lines are wrapped.

Old issue:
    https://code.google.com/p/ctex-doc/issues/detail?id=1&can=1
New issue:
    https://github.com/Leo-Liu/ctex-doc/issues/1

Some characters at the end of lines are converted to Unicode replacement 
characters “���”.

Original issue reported on code.google.com by LeoLiu....@gmail.com on 14 Mar 2015 at 1:53

GoogleCodeExporter commented 9 years ago
Thank you for the bug report. I imagine this error has something to do with { 
our handling of UTF-8 data in our issue tracker, encoding of data sent to 
GitHub, GitHub's storing of data }.

Original comment by chrsm...@google.com on 14 Mar 2015 at 2:23