twilly / pikabot

pikabot
GNU General Public License v2.0
1 stars 0 forks source link

jedict: automatically determine english or japanese input #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To simply things, implicitly determining the input language is needed. I
believe the current assumption is that the input query is in UTF. If we
take this assumption then distinguishing between English and Japanese is
simple: English characters never have the high order bit set (for all c in
string: c < 128).

Original issue reported on code.google.com by tristan....@gmail.com on 2 Nov 2006 at 7:19

GoogleCodeExporter commented 9 years ago
Easy to fix.

Original comment by superj...@gmail.com on 2 Nov 2006 at 9:27

GoogleCodeExporter commented 9 years ago

Original comment by superj...@gmail.com on 3 Nov 2006 at 8:37

GoogleCodeExporter commented 9 years ago

Original comment by superj...@gmail.com on 11 Nov 2006 at 5:55