ChangZhuo Chen (陳昌倬)
ChangZhuo Chen (陳昌倬)
One word phrase will change the priority of a word, so it is still necessary.
@iblis17 No problem, please take it.
Sound like a bug in libchewing, submit to https://github.com/chewing/libchewing/issues/206
The following is result from s390x build. Looks like `QJsonValue.toString` has different byte order then `QString`. Need to figure out which one is wrong. ``` /home/czchen/src/chewing-editor-0.0.1/test/testChewingExporter.cpp:96: Failure Value of: obj["phrase"].toString()...
`QJsonValue.toString` does not create the correct `QString` in big-endian platform. Need to submit this issue to upstream. ``` /home/czchen/src/chewing-editor-0.0.1/test/testChewingExporter.cpp:96: Failure Value of: obj["phrase"].toString().toUtf8() Actual: { '\xE2' (226), '\xB1' (177), '\xAE'...
Need to test in Windows.
See #37. Currently we cannot build chewing-editor in Windows due to C++11 features.