Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: Java Unicode

  1. #1
    Junior Member
    Join Date
    Feb 2014
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java Unicode

    Hai all.I have a doubt regarding the generation of Unicode for languages other than English. Do we have to include any package to get Unicode of such languages.


  2. #2
    Member andbin's Avatar
    Join Date
    Dec 2013
    Location
    Italy
    Posts
    443
    Thanks
    4
    Thanked 122 Times in 114 Posts

    Default Re: Java Unicode

    Quote Originally Posted by jiji jose View Post
    Hai all.I have a doubt regarding the generation of Unicode for languages other than English. Do we have to include any package to get Unicode of such languages.
    Each version of Java covers a specific version of the Unicode standard. This relation is described in the javadoc for the java.lang.Character class. Java 7 covers Unicode 6.0.0.
    For the covered Unicode version, for what I know, the Java framework covers all the "logical" aspects of Unicode: conversion to/from bytes, normalization, surrogate pairs, etc.... At this level there nothing to "include".

    If you mean how to graphically display Unicode characters, this depends on the font(s) used in the application ..... and it's all another (not always easy) story ....
    Andrea, www.andbin.netSCJP 5 (91%) – SCWCD 5 (94%)

    Useful links for Java beginnersMy new project Java Examples on Google Code

  3. #3
    Junior Member
    Join Date
    Feb 2014
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Unicode

    I have checked the following link http://docs.oracle.com/javase/tutori...intro.html.but couldn't get a clear idea about how to get the Unicode of languages other than English

  4. #4
    Member andbin's Avatar
    Join Date
    Dec 2013
    Location
    Italy
    Posts
    443
    Thanks
    4
    Thanked 122 Times in 114 Posts

    Default Re: Unicode

    Quote Originally Posted by jiji jose View Post
    how to get the Unicode of languages other than English
    What do you mean? What's the precise question/doubt?
    And why can't you continue in the other thread where I already answered you?
    Andrea, www.andbin.netSCJP 5 (91%) – SCWCD 5 (94%)

    Useful links for Java beginnersMy new project Java Examples on Google Code

  5. #5
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Java Unicode

    Threads merged.

    Please don't start new threads on topics you've already started. Continue the conversation in the original.

Similar Threads

  1. converting into unicode using java
    By salinii in forum What's Wrong With My Code?
    Replies: 2
    Last Post: January 29th, 2014, 04:40 AM
  2. java code related to unicode in cryptography
    By salinii in forum What's Wrong With My Code?
    Replies: 2
    Last Post: January 28th, 2014, 09:45 AM
  3. java swing textfiled sinhala unicode
    By stark9000 in forum What's Wrong With My Code?
    Replies: 0
    Last Post: July 10th, 2013, 08:02 AM
  4. java and unicode ...
    By abesha in forum Java Theory & Questions
    Replies: 2
    Last Post: November 15th, 2010, 11:25 AM
  5. Use of Unicode 5.1 in MySQL DB with Java
    By Desert Fox in forum JDBC & Databases
    Replies: 2
    Last Post: November 12th, 2008, 08:29 AM

Tags for this Thread