pesaply / smslib

Automatically exported from code.google.com/p/smslib
0 stars 0 forks source link

Problems with portuguese characters #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
    Hello, I have a big and urgent problem... 

I´m using SMSLib to send SMS using the the following commands:
        string porta = "COM1";
        CService srv = new CService(porta, 9600, "Siemens", "");
        srv.SmscNumber = "";
    And the following MessageEncoding that was the only it supports the 
portuguese characters like (á,ç,...)...

        CMessage.MessageEncoding.EncUcs2; The problem now is that I´m 
paying 3 sms for each one I send, when I use that characters... Is there 
any way of changing that in SMSLib? Any option that I don´t know?

I'm using the this version
[assembly: AssemblyVersion("1.0.4.0")]
[assembly: AssemblyFileVersion("1.0.4.0")]

     Please help me... it is very urgente...

Original issue reported on code.google.com by silviaga...@net.sapo.pt on 22 Oct 2007 at 8:41

GoogleCodeExporter commented 9 years ago
Hi,

I don't think that these characters are supported in the standard GSM alphabet.
If you take a look at the CGSMAlphabet.cs, you will see arrays of characters 
that are
supported. Are these portuguese chars in those arrays?

Original comment by T.Delenikas on 22 Oct 2007 at 7:36

GoogleCodeExporter commented 9 years ago
No Feedback - Issue Closed.

Original comment by T.Delenikas on 2 Nov 2007 at 10:27