On Thu, Oct 30, 2008 at 11:00 AM, Alexander Eckert <[EMAIL PROTECTED]> wrote: > i get the äöü but not the Euro € ...
Did you check the iso8859-15 character encoding table[1]? It says that the euro sign is encoded as 0xA4, which means that you should send %A4 for Euro sign. If you don't need any particular characters that are present in iso8859-15 I would suggest that you use the default GSM7[2] encoding. In this case for sending Euro sign you have to use two bytes %1B%56, and try to play with the alt-dcs parameter. Try setting it to 1 (one) [1] http://en.wikipedia.org/wiki/ISO_8859-15 [2] http://www.smsmac.com/help/discover/about-sms/gsm7bit/ HTH, Jovan
