How to make SWIG deal with utf8 strings in Python3 and Python2?

前端 未结 0 1489
清酒与你
清酒与你 2020-12-17 23:54

My C function treat input string (const char*) as an utf8 encoded string and outputs an utf8 encoded string.

I now want to create a module with SWIG so that python us

相关标签:
回答
  • 消灭零回复
提交回复
热议问题