Xuefer x added the comment:
even with
CXX="x86_64-openwrt-linux-gnu-g++ -pthread -shared"
/usr/src/xuefer/openwrt/trunk/staging_dir/host/bin/python setup.py build
it's donig
x86_64-openwrt-linux-gnu-g++ gcc -pthread -shared
--
___
Xuefer x added the comment:
please fix this bug. it seems the patch no longer applies to the current
2.7/3.4 code but the bug is still reproduce-able in another way
i have CXX="ccache_cxx -pthread -shared"
but what actually happen is:
ccache_cxx gcc -pthread -shared ...
x86_64-ope
Xuefer x added the comment:
sure after enlighten by your url which is OBSOLETE
see: http://www.unicode.org/Public/MAPPINGS/EASTASIA/ReadMe.txt
i found http://unicode.org/charts/unihan.html
then http://www.unicode.org/Public/UNIDATA/
then http://www.unicode.org/Public/UNIDATA/Unihan.zip
in side
New submission from Xuefer x :
using iconv:
$ printf "\xf9\xd8" | iconv -f big5 -t utf-8 | xxd
000: e8a3 8f ...
$ printf "\xe8\xa3\x8f" | iconv -f utf-8 -t big5 | xxd
000: f9d8 ..
using python