Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User boo214's Avatar
    Join Date
    Mar 2003
    Posts
    21
    How do I display special characters in WAP terminals with my WML code?

  2. #2
    Regular Contributor huckFIN's Avatar
    Join Date
    Mar 2003
    Posts
    76
    You can display special characters with the hex coding. Here is an example code for displaying some scandinavian characters:
    ---------------------------------------------------------
    <?xml version="1.0"?>
    <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">

    <wml>

    <card id="card1" title="Title">
    <p>Å
    Ä
    Ö
    å
    ä
    ö</p>
    </card>

    </wml>
    ---------------------------------------------------------

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