Re: [patch] Flash, MWI and Unicode

2001-08-03 Thread Bruno David Simões Rodrigues
: Thursday, August 02, 2001 2:26 PM Subject: Re: [patch] Flash, MWI and Unicode Please note that mwi is a parameter needed to internally encode the DCS field and mwimessages is converted to a UDH string, so as soon as I have the encoding patch ready (meaning you can send 7bit messages with udh

Re: [patch] Flash, MWI and Unicode

2001-08-03 Thread Bruno David Simões Rodrigues
Rodrigues - Original Message - From: Bruno David Simões Rodrigues [EMAIL PROTECTED] To: Andreas Fink [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, August 02, 2001 1:12 PM Subject: Re: [patch] Flash, MWI and Unicode Re: [patch] Flash, MWI and Unicodeon mwi you activate or deactivate

Re: [patch] Flash, MWI and Unicode

2001-08-02 Thread Bruno David Simões Rodrigues
been two weeks of small bug fixes and I hadn't have time to finish the encoding patch or to say something to the list. -- Bruno Rodrigues - Original Message - From: Andreas Fink To: Bruno David Simões Rodrigues Sent: Thursday, August 02, 2001 12:44 PM Subject: Re: [patch] Flash

Re: [patch] Flash, MWI and Unicode

2001-07-27 Thread Tuomas Luttinen
Kalle Marjola wrote: On Thu, 19 Jul 2001, Bruno David Simões Rodrigues wrote: but this way you have to have code to do the utf-8 encoding inside kannel. I don't know if it's easy or not. My patch only activates the unicode bit and pass the text in raw mode. This way, something outside kannel

Re: [patch] Flash, MWI and Unicode

2001-07-23 Thread Kalle Marjola
On Thu, 19 Jul 2001, Bruno David Simões Rodrigues wrote: but this way you have to have code to do the utf-8 encoding inside kannel. I don't know if it's easy or not. My patch only activates the unicode bit and pass the text in raw mode. This way, something outside kannel could encode the

AW: [patch] Flash, MWI and Unicode

2001-07-20 Thread Jörg Pommnitz
: Thursday, July 19, 2001 4:53 PM Subject: RE: [patch] Flash, MWI and Unicode For binary messages (e.g. nokia smart messaging messages) you actually give the byte values to Kannel. This is very different from your code. Decoding UTF-8 by hand is easy and it is even easier using

RE: [patch] Flash, MWI and Unicode

2001-07-19 Thread Jörg Pommnitz
I think this interface change needs some discussion. I strongly feel we should follow the RFC's in this case. This means Unicode should be sent in UTF-8 encoding. As a quick hack to the stable code I once made the following changes: * add a CGI parameter encoding With this change in place one

RE: [patch] Flash, MWI and Unicode

2001-07-19 Thread Jörg Pommnitz
Kannel will become unmaintainable in the long run. Regards Jörg -Original Message- From: Bruno David Simões Rodrigues To: Jörg Pommnitz; [EMAIL PROTECTED] Sent: 7/19/01 5:10 PM Subject: Re: [patch] Flash, MWI and Unicode but this way you have to have code to do the utf-8 encoding inside