kloppjp/python-jianfan

\u9ebd cannot be encoded to big5

GoogleCodeExporter opened this issue · 1 comments

\u9ebd '麽' is not a valid char in big5. In big5 it should always be 
\u9ebc'麼'

Error found when writing the converted result to a file in big5.

In the mapping:
4e48么 -> 9ebd麽

Should be:
4e48么 -> 9ebc麼

Original issue reported on code.google.com by mecca...@gmail.com on 12 Jul 2011 at 3:52

thanks for submit the mapping.

Original comment by leon.d...@gmail.com on 10 May 2013 at 8:07

  • Changed state: Fixed