Java modified UTF-8 strings in Python

前端 未结 4 994
广开言路
广开言路 2021-01-12 15:24

I am interfacing with a Java application via Python. I need to be able to construct byte sequences which contain UTF-8 strings. Java uses a modified UTF-8 encoding in

4条回答
  •  轮回少年
    2021-01-12 15:30

    Maybe this can help you, although it looks like it's the reverse of what you're doing:

    Connecting a Java applet to a python SocketServer

提交回复
热议问题