def test_pack_utf8():
    assert ScriptDataLongString("日本語") == UTF8
def test_pack_ascii():
    assert ScriptDataLongString("ABC", "ascii") == ASCII