Ejemplo n.º 1
0
def test_is_not_kanji(data):
    assert not encoder.is_kanji(data.encode('shift_jis'))
Ejemplo n.º 2
0
def test_is_not_kanji(data):
    assert not encoder.is_kanji(data.encode('shift_jis'))