예제 #1
0
def test_pack_utf8():
    assert CString("日本語") == UTF8
예제 #2
0
def test_pack_ascii():
    assert CString("ABC", "ascii") == ASCII