예제 #1
0
def test_is_not_kanji(data):
    assert not encoder.is_kanji(data.encode('shift_jis'))
예제 #2
0
파일: test_encoder.py 프로젝트: heuer/segno
def test_is_not_kanji(data):
    assert not encoder.is_kanji(data.encode('shift_jis'))