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.
SMSの送信にLogicaSMPPAPIを使用しています。デフォルトのデータコーディングが「0」のプレーンな英語メッセージを送信できるようになりました。ヒンディー語や中国語などの他の言語でSMSを送信する場合、設定する必要のあるさまざまな値を教えてください。
同じUDHを作成する必要がありますか?データコーディングを使用する必要がありますか?esmクラスを設定する必要がありますか?データをUnicodeとして送信する必要がありますか?
これに関する提案は非常に役立ちます。
API を調べると、ShortMessage.setEncoding()が関連するメソッドであると推測できます。