Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Twilio 发送 SMS 消息,并且我想在我的消息中包含注册符号 ®。有谁知道需要发送什么魔法调用?
注意: Twilio 现在支持 Unicode。根据他们的文档,“默认情况下,使用 Twilio 发送的 SMS 消息通过 UCS-2 字符编码支持 Unicode,以准确表示在不同地理位置和运营商之间发送的全球语言。”
注册商标符号® 没有等效的 ASCII 表示,根据这个答案和最近的这个, Twilio 还不支持 Unicode。