Java
  Home arrow Java arrow Page 3 - J2ME and Unicode
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Moblin 
JMSL Numerical Library 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
JAVA

J2ME and Unicode
By: Jason Lam
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 89
    2003-12-26

    Table of Contents:
  • J2ME and Unicode
  • Enabling the J2ME Emulator with Unicode
  • Simple Unicode Test
  • Read Unicode File
  • Reading a Text File with Unicode Codes
  • Conclusion

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    J2ME and Unicode - Simple Unicode Test


    (Page 3 of 6 )

    Now that everything is “Unicode ready”, let’s test everything out using the famous Hello World example:

    Source Code:

    import javax.microedition.lcdui.*;
    import javax.microedition.midlet.*;

    public class SimpleUnicodeTest extends MIDlet {
       Display display;     
       Form form = null;
       StringItem msg = null;
       
       public SimpleUnicodeTest() {  
       }
      
       public void startApp() { 
           display = Display.getDisplay(this);
           msg = new StringItem("'Hello World' in Japanese","u3053u3093u306Bu3061u306Fu4E16u754C");
           form = new Form("Unicode Test");
           form.append(msg);
           display.setCurrent(form);     
       }

       public void pauseApp() {}
       public void destroyApp(boolean unconditional) {}
    }

    The output of our Hello World MIDlet should look like the following:

    See “Reference Section” for the online web tools I used to convert Hello World to  and from  to u3053u3093u306Bu3061u306Fu4E16u754C.

    More Java Articles
    More By Jason Lam


     

    JAVA ARTICLES

    - Deploying Multiple Java Applets as One
    - Deploying Java Applets
    - Understanding Deployment Frameworks
    - Database Programming in Java Using JDBC
    - Extension Interfaces and SAX
    - Entities, Handlers and SAX
    - Advanced SAX
    - Conversions and Java Print Streams
    - Formatters and Java Print Streams
    - Java Print Streams
    - Wildcards, Arrays, and Generics in Java
    - Wildcards and Generic Methods in Java
    - Finishing the Project: Java Web Development ...
    - Generics and Limitations in Java
    - Getting Started with Java Web Development in...






    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway
    Stay green...Green IT