static bool isDoubleByteKanji(int c) { return Encoder.isOnlyDoubleByteKanji(String.fromCharCode(c)); }