Denis V. Gudtsov wrote:

Hello, All!

How to send message thought smpp when source string has utf-8 encoding?
kannel version - current from cvs.

group = sms-service

keyword = default

allowed-receiver-prefix=xxx
get-url = "http://x/xml2.xml";

file xml2.xml:

<?xml version="1.0"?>
<message>
        <submit>
                <ud>text utf-8</ud>
                <dcs>
                        <coding>2</coding>
                </dcs>
        </submit>
</message>


please explain a bit more... this means we get an MO with ucs-2 (utf-8) content, that is passed to a HTTP server via the sms-service?

I don't understand your

  get-url = "http://x/xml2.xml";

syntax??? get-url is the URL that is called with HTTP GET method, so why is the xml file referenced here?

Stipe

-------------------------------------------------------------------
Kölner Landstrasse 419
40589 Düsseldorf, NRW, Germany

tolj.org system architecture      Kannel Software Foundation (KSF)
http://www.tolj.org/              http://www.kannel.org/

mailto:st_{at}_tolj.org           mailto:stolj_{at}_kannel.org
-------------------------------------------------------------------

  • utf-8 Denis V. Gudtsov
    • Re: utf-8 Stipe Tolj

Reply via email to