Using symbol in text file (Picture first text second)

Using symbol in text file (Picture first text second) SearchSearch
Author Message
uv
New member
Username: Uvt123

Post Number: 5
Registered: 12-2010
Posted on Monday, May 09, 2011 - 03:44 am:   

Hi i am using php code to send mms through nowmms. Since i want the order to picture first text second, i put the mms message in the text file and then attach it like below:

$textpath = "/var/www/html/mms/image/MMS/mmstext.txt";

$mmsMessage = MmsAddFile ($mmsMessage, $textpath, 'txt');

So the order is working fine but i cannot send a text contains symbol.

For example my text file contains this:

Body ™

However when i receive the mms, the subject will become like this:

Body â„¢

How to fix this?
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 3159
Registered: 08-2008
Posted on Monday, May 09, 2011 - 02:47 pm:   

Hi,

For best results, use the UTF-8 character set for the content of your text file.

(Note that fonts installed on handsets generally do not have all Unicode characters, so you may still experience some missing characters, even when using UTF-8.)

--
Des
NowSMS Support