Hi,

Here's a patch for Sms encoding conversion.
Until today have I found that 7-bit SMS uses another encoding other than ASCII as I first thought. It's an encoding designed specially for GSM SMS, enabling characters with accents, like 'é', and some symbols. As far as I am concerned, iconv provides no function to convert this charset from/to others. Hence I wrote one myself, and added it to the Sms class, since I don't think it'll be used elsewhere. An inverted conversion function may be provided when the builder will be available.
Additional information can be found in the comments.
Along with the patch, there're some code cleanups.

By the way, I've found that Net Direct's homepage has had a nice update. However, many links in Barry's page are broken, e.g,
http://netdirect.ca/software/packages/barry/barry/install.php
should be
http://netdirect.ca/software/packages/barry/install.php
instead.

Regards,
Ryan Li

Attachment: 0001-GSM-conversion.patch.tar.gz
Description: GNU Zip compressed data

------------------------------------------------------------------------------
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to