Discussion Board

Results 1 to 6 of 6
  1. #1
    Registered User matay's Avatar
    Join Date
    Aug 2008
    Posts
    6
    hi, i am developing to display arabic MMS in mobiles with no arabic fonts, initially i made gif files for every arabic character, then encapsulated them MMS file, but after i sent the MMS file to Mobile, those gif files cann't display in one screep.
    and i know this becouse that in one slide of SMIL file can accommodate only one gif file. now im very boring .......
    can anyone give me some advice about how to display arabic words in mobiles with no Arabic fonts?
    thanks advanced!

  2. #2
    Registered User sriky27's Avatar
    Join Date
    Dec 2005
    Posts
    1,236
    Hi,

    It is possible to display the arabic fonts on the non arabic devices for that all you need to do is to have an unicode of the character as the string and remember that all the fonts donot support the arabic unicode, you need to try with the available fonts. My success is with the TitleSemiBold always.

    You could follow the similar pattern in your application
    TBuf<500> printBuffer( _L("\x062B\x062A\x0628\x062A wipro \x0628\x062A") );

    And you could you AknBidiUtils to reverse the text as the arabic text is written from right to left.
    Regards,
    Sriky

  3. #3
    Nokia Developer Moderator petrib's Avatar
    Join Date
    Mar 2003
    Posts
    9,412
    If the device receiving the MMS does not have Arabic font files installed, then using Unicode encoding in the MMS makes no difference (because the target device does not have the corresponding glyphs/characters to show, and will only show an empty box/square symbol, instead).

    And if the device has non-system (default) font files with Arabic, then the default Messaging application most likely won't be able to use them, and you'd have to write your own application (and of course, the message recipient would have to have that application installed).

    So, the entire text needs to be converted to one single image/picture, if you wish to "guarantee" that the recipient can view the entire message via MMS, without the recipient having a phone capable of Arabic support.

  4. #4
    Registered User sriky27's Avatar
    Join Date
    Dec 2005
    Posts
    1,236
    Hi matay,

    What petrib saying is correct, I thought you were writing your own application which wants to detect the text. I was a bit misled.
    Regards,
    Sriky

  5. #5
    Registered User matay's Avatar
    Join Date
    Aug 2008
    Posts
    6
    Hi,
    has anyone used Dot Matrix Fonts to make arabic mms? now i have 16*16 dot matrix font and i can display arabic words in application(draw them in java console window). but i don't know how to encapsulate it in MMS file to display them in mobile phone' screen! can anyone give some advice or give mterial about this?
    thanks a lot!

  6. #6

Similar Threads

  1. Sending a MMS message with arabic characters ??
    By swissaKM in forum Mobile Java Tools & SDKs
    Replies: 0
    Last Post: 2006-06-13, 16:12
  2. Sending MMS to WAP 2.0 phones
    By jeremy.lee@redcoal.com in forum General Messaging
    Replies: 6
    Last Post: 2004-11-18, 09:13
  3. MMS Display
    By rajeev_bhowad in forum General Messaging
    Replies: 1
    Last Post: 2003-08-26, 08:56
  4. Animated GIF for MMS Specifications
    By handtap in forum General Messaging
    Replies: 2
    Last Post: 2003-08-22, 09:46
  5. MMS display problems.
    By tsoueid in forum General Messaging
    Replies: 1
    Last Post: 2002-11-25, 03:36

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved