用python for s60发送中文短信

# file encoding: utf-8
import messaging
messaging.sms_send("134........", "测试".decode('utf-8'), "UCS2")

你可能感兴趣的:(python,File,测试,import,encoding)