WML Layout

WML Layout SearchSearch
Author Message
Anonymous
 
Posted on Wednesday, July 14, 2004 - 06:32 pm:   

I read from your other thread that I can change the text of the wml layout by adding a translate section. When I do that and send out messages via Multimedia WAP push, I get a display error message on the mobile.

I'm trying to change the text to Chinese character set. I think I need to include some sort of encoding in the wml page or something. Can you please let me know how I can do that in NowSMS so that all wml generated by the Multimedia Wap Push interface uses the Big5 encoding.

Thanks.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 3050
Registered: 10-2002
Posted on Wednesday, July 14, 2004 - 07:32 pm:   

Any text that we insert into the MM Wap push is going to get inserted using UTF-8 encoding.

So if you put an encoding parameter in the XML header that the message is in big5, but there is a text part of the message, then NowSMS is going to insert that text in UTF-8 format, which could cause some issues.

How about posting a ZIP file with your template, and an example of one of the files that was generated by it. That's probably the best way to troubleshoot. (I suggest doing it as a ZIP so that the files don't get converted in any way and stay in their original format.)

-bn

Anonymous
 
Posted on Sunday, July 18, 2004 - 04:09 am:   

Hi Bryce

I got the problem resolved. I simply add in the translated text section and save the MMSC.ini file as UTF8. Now everything seems to be working.