Viewing Chinese Character in browsers?

Hi all,
I am interested to create a plug-in or application to allow a browser to view Chinese characters. anyone has any experience in this area?
If you knwo any useful sites on this pls do tell me also. A million thanks.
KS Lee

This page lists some examples on how to convert text between locales:
http://java.sun.com/products/jdk/1.1/docs/guide/intl/index.html

Similar Messages

  • What i need to do to view chinese website on Nokia...

    Is there any software, apllication and way that i can install to my phone so i can view chinese character?
    Thanks in advance!  

    You need to have a Chinese language pack installed on your phone.
    This is not something the end-user can install, it has to be done by a Nokia Care Point.
    Note that the absence of Chinese language support on a phone not intended for sale on the Chinese market is not considered a fault in the phone and is therefore not covered by your warranty. There may be a charge for this. Also note that language packs don't usually survive a reset or a firmware update. In the event that your phone undergoes either, you may have to have the language pack re-installed.
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • Can iPad English version view Traditional Chinese character?

    We all know that the support for Traditional Chinese is excluded in iPad, make no difference to me since I don't use Chinese, both Simplified Chinese or Traditional Chinese character. But I still would like to know, Can iPad English version view well when I browsing some Traditional Chinese web sites?
    (I couldn't find an iPad forum, so I came to here, I hope you don't mind)
    Thanks in advance.

    Can iPad English version view well when I browsing some Traditional Chinese web sites?
    There is just no way to know until somebody has one in their hands and tries it, which will probably not be until the end of March.
    Generally there is no "English" version of Apple products, their capabilities are the same no matter where they are sold.

  • Chinese Character Support On MediaSource Organi

    Hi,
    I have MP3 song with filename in Chinese characters. On my Windows XP, I can view the filename in Chinese character using Windows File Explorer. Even the ID Tag also no problem. But when I use MediaSource Organizer, all my chinese character MP3 filename displayed as rubbish. Is there anyway I can make MediaSource to display chinese character without resorting to third party software since by nati've, Windows XP support chinese character viewing features.
    Thanks,Felix

    caniggia wrote:
    Hi guys. I'm using Win2000 version and it's diff. from XP.
    Anyone can help on this? Thks!
    You will need to install a language viewer. For example, to view Chinese/Korean/Janpanese, you can install NJ Star viewer.

  • Chinese character in RecordStore

    Hi all,
    I am new to j2me. is it possible to key in Chinese character and store it in recordstore, and i can display the character back when i view the record?
    i have go through many examples of j2me encoding. but i still don't have any idea about how to do this.
    Thanks a lot...

    HongHong -
    There may be some tips you can use on www.77new.cn/program/i/1173293079453/001/029/14438.html -- I don't know chinese and the translation wasn't good enough for me to be sure about it.
    Have you tried? If your emulator or handset allows you to key in Chinese characters in a textField, they should be available via getString()and the resulting string should get stored OK, of course being a DBCS there wll be 2 bytes per letter.
    Recover the string from the RecordStore using
    new String(recordStore.getRecord(n));I have a MotoROKR E6 with alternative Chinese keyboard, shall experiment and get back to you in a day or two.
    Meanwhile, try for yourself and post the results.
    Regards, Darryl

  • Display of chinese character in AL11

    Hi,
    When viewing the file in application server with some chinese character the font display appears to be different.Is there any solution to avoid the different display of character when asian character appears in the application server.
    Regards,
    Mani.

    if you are writing the file to app server try to change the mode in the open data set statement..
    ... IN BINARY MODE
    ... IN TEXT MODE [ENCODING (DEFAULT|UTF-8|NON-UNICODE)]
    ... IN LEGACY BINARY MODE [(BIG|LITTLE) ENDIAN] [CODE PAGE cp]
    ... IN LEGACY TEXT MODE [(BIG|LITTLE) ENDIAN] [CODE PAGE cp]
    [More info >>>|http://www.s001.org/ABAP-Hlp/abapopen_dataset.htm]
    Edited by: Jay Sadaram on Oct 14, 2008 7:51 AM

  • How can I display Chinese Character correctly in JSP

    <p>Dear Expert,</p><p>Now I develop web application which using CR report, the development tool is IBM RAD(rational) and the database is DB2 UTF-8. Because need user to input something in JSP, so the programmer use "GB2312" to convert to insert into the database. But when I create the crystal report and view in the web, the Chinese character can&#39;t disply correctly, like "???????", even I formated the font in report, doesn&#39;t work too.</p><p>And I set the report JSP charset to "GB2312" or "UTF-8", both of them failed. Following is my JSP seting:</p><p><%@ page language="java" contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"%%></p><p>or <%@ page language="java" contentType="text/html;charset=GB2312" pageEncoding="GB2312"%%></p><p>And I think I must convert the data from database site firstly, then display, but I don&#39;t know where I can coding it and how to coding? Could any one tell me how to get it? </p><p>I use RAD(Rational) as development tools.</p><p>Thanks so much for your any comments. Many thanks!</p><p>Steven</p>

    <p>Hi Steven,</p><p>         It sounds like you are on the right track to get the Chinese data to appear up correctly in the report. Can you tell me if you are using the JSF viewer or the JSP viewer?</p><p>From what the developers are telling me the following should work:</p><p class="MsoNormal"><font face="Arial" size="2" color="navy"><span style="font-size: 10pt; color: navy; font-family: Arial">For JSP viewers to set  content type correctly you can either use</span></font></p> <p class="MsoNormal"><font face="Arial" size="2" color="navy"><span style="font-size: 10pt; color: navy; font-family: Arial"><%@ page  contentType="text/html;charset=UTF-8" %></span></font></p> <p class="MsoNormal"><font face="Arial" size="2" color="navy"><span style="font-size: 10pt; color: navy; font-family: Arial">Or</span></font></p> <p class="MsoNormal"><font face="Arial" size="2" color="navy"><span style="font-size: 10pt; color: navy; font-family: Arial">response.setContentType("text/html;charset=UTF-8âu20AC)</span></font></p> <p class="MsoNormal"><font face="Arial" size="2" color="navy"><span style="font-size: 10pt; color: navy; font-family: Arial">or  </span></font></p> <p class="MsoNormal"><font face="Arial" size="2" color="navy"><span style="font-size: 10pt; color: navy; font-family: Arial">simply call  viewer.setOwnPage(true); if it not necessary to blend with other  pages.</span></font></p> <p class="MsoNormal"><font face="Arial" size="2" color="navy"><span style="font-size: 10pt; color: navy; font-family: Arial"> </span></font></p> <p class="MsoNormal"><font face="Arial" size="2" color="navy"><span style="font-size: 10pt; color: navy; font-family: Arial">For JSF viewer the  third option is not available.</span></font></p><p class="MsoNormal">What does your JSP page code look like? Also, what does the output look like?</p><p>Finally, one last thing is to ensure that the font you are using in the report is available to the engine at runtime. This will mean that it wll need to be installed on the application server where your JSP page is running. Give this a try and let me know what you find. </p><p>Regards,<br/>Sean Johnson (CR4E Product Manager) <br/><br/> Rate this plugin @ Eclipse Plugin Central          </p>

  • Chinese Character display issue on Coldfusion 10

    My Company using Coldfusion to built an report platform and recently I upgrade our Coldfusion 7MX with Windows Server 2003 to Coldfusion 10 Enterprise with Windosw Server 2008 R2.
    I copy the Code from the Old server to the new one, but I met the problem I couldn’t solve.
    We have a repost that can enter, modify and view our SRM that has Chinese Character display request. Chinese character was display without problem when the system in the old server. which look like following.
    once I move the code into the new server, I got the problem with Chinese Character as following.
    This report pulling the data from SQL2005 with Windows Server 2003 R2.
    Coldfusion code code was same and both version is access to the same database.
    I ran all of the update included to install the windows MUI for Chinese character into the new server,  but I still can't get the character display correctly.
    I can view the chinese character website without issue but only to display in the report.
    I contact with Microsoft tech support but they don't have an solution for me. please help.

    Install windows server language pack:  http://www.microsoft.com/en-us/download/details.aspx?id=12250
    Are you sure the Chinese is encoded in UTF-8?  (It should be, but you should check the database field type encoding.)  If it's simplified chinese it could be set to GB18030 and if it's traditional chinese it could be Big5.
    You might want to leave off the encoding directive in CF and load the page in a browser then change encodings using tools > encodings  to see what works.
    祝你好运!

  • Traditional Chinese character?

    We all know that the support for Traditional Chinese is excluded in iPad, make no difference to me since I don't use Chinese, both Simplified Chinese or Traditional Chinese character. But I still would like to know, Can iPad English version view well when I browsing some Traditional Chinese web sites?
    Thanks in advance.
    PS. By the way, I am NOT a Chinese, we just had no choice to use China's language, Chinese(government, people and language) is no good, they are just like Burma, North Korea, Chinese government control people's lives and death.
    PS2. I'm from Formosa (Taiwan), Taiwan has been an independent country since 1949. but sadly, CNP(aka KMT) they love to kiss China's ***, and they killed many innocent Taiwanese from 1949~1999 too. Just a brief to let you know where I came from. because I think it's important, I considered ourselves as a big Apple family.

    I still would like to know, Can iPad English version view well when I browsing some Traditional Chinese web sites?
    Yes. The iPad has no problem displaying Traditional Chinese (or any of the other languages that the iPhone handles). Examples of scripts which the iPad (like the iPhone) cannot yet display correctly are Devanagari, Bengali, Tamil, and Tibetan.

  • How to set a db path including chinese character?

    I used the bdb very well, but I found today c++ ENV API add_data_dir and set_data_dir have problem when the db path including chinese character.
    I noticed the help file said, it will be interpreted as a UTF-8 string, but I tried lots of time , still not working.
    for example,
    the db path is "c:\a1工",
    the code :
    m_pEnv->set_data_dir("c:\\a1工");
    m_pEnv->set_data_dir("c:\\a1&#x5DE5;");
    m_pEnv->set_data_dir("c:\\a1&#x5de5;");
    all not working.
    please help me.
    Thank you in advance.

    the blanks for view , not exist in code.
    c:\ \a1工
    c:\ \a1&#x5D E5;
    c:\ \a1&#x5d e5;

  • Registered schema lost one byte of Chinese character at certain position

    Hello all,
    I registered a schema as below. When viewing the registered schema in the Enterprise Manager, I found a byte was lost for the Chinese character at the position of byte 4200 ( or 0x1068 ).
    before registration:
    22 B2 FA C6 B7 CA FD C1 BF B5 A5 CE BB 22 20 ; "产品数量单位"
    after registration:
    22 B2 FA C6 B7 FD C1 BF B5 A5 CE 3F 20 ; "产品康ノ?
    My database (9.2.0.1 & 9.2.0.3) has the character set of SIMPLIFIED CHINESE_CHINA.ZHS16GBK.
    Connect test/test;
    DECLARE
    samplexmldoc clob := '<?xml version="1.0" encoding="GB2312"?>
    <xs:schema xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:xs="http://www.w3.org/2001/XMLSchema">
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <xs:element name="产品目录">
              <xs:complexType xdb:SQLType="ST产品目录">
                   <xs:sequence>
                        <xs:element ref="第一种产品目录"/>
                   </xs:sequence>
              </xs:complexType>
         </xs:element>
         <xs:element name="第一种产品目录">
              <xs:complexType xdb:SQLType="ST第一种产品目录">
                   <xs:sequence>
                        <xs:element name="产品分类名称" type="xs:string"/>
                        <xs:element name="产品分类概况" type="xs:string"/>
                        <xs:element name="产品数量单位" type="xs:string"/>
                        <xs:element name="产品存放总分布图" type="xs:anyURI"/>
                        <xs:element name="产品样本" type="xs:anyURI"/>
                   </xs:sequence>
              </xs:complexType>
         </xs:element>
    </xs:schema>
    BEGIN
    dbms_xmlschema.registerSchema('http://www.antu.com.cn/metaxml.xsd',samplexmldoc,True,True,False,FALSE);
    End;
    Because we have to generate schemas by program, it's not acceptable to adjust the schema text manually.
    What shall I do? Thanks for any help.
    Chen Hui

    Please open a tar with your local support organization...
    Chen
    Please excuse me if I ask some basic questions here, I've no previous experience working with documents containing Chinese Character sets.
    I assume that if I look at your post with my Brower character set to simplifiedChinese.GB2312 I will see the schema document posted correctly..
    Can you test wether or not this problem occurs if the document is encoded in UTF8 and loaded into an AL32UTf8 database. Also, do you see , rather than GB2312. Also are the characters still missing if you view it from SQL*PLUS...

  • The problem of Chinese character Mis-coding

    The version of my bea weblogic workshop is 8.1.3(build 2004.0630.115102).When I wrote some Chinese character in the jsp file,the Mis-coding appear.How can I resolve this problem?

    Thanks for your reply.
    I install the workshop on the window2000,and it's a locale specific one.
    I have resolve the problem with my workmate.Just open the menu->Tools->IDE Properties->Display,set the window font as Default and set the Source view font as Chinese character.Then everything is ok in restarting the workshop.

  • Unable to view chinese properly.

    im unable to view chinese text extracted form DB properly some characters appear as square while others appear fine. can anyone try to decode this chinese simplified string of text and see if they can view it find. i can see the last character of it.
    ���������������������������
    insertion is done by VB into mssql. how i extract and view is by using
    u_desc = rs.getString("text");
    desc = new String(u_desc.getBytes(),"UTF-8");
    ive tried lots of other methods but they jsut would display properly... only some characters are displayed properly...

    try searching these forums, there are a dozen posts just like this every day

  • Email cannot show Chinese character.

    Hi,
    When I read emails in my ipod touch, the Chinese character cannot be shown properly. They appear to be all chaotic characters. Can someone help me what I should set up/install in order to view the Chinese character?
    Thanks in advance.

    Tom Gewecke wrote:
    I think that currently only emails in Unicode may be displayed correctly and there is no way yet to adjust the encoding for other kinds.
    Are you sure about that? What about Western encoding for the French and German?
    Or is this yet another reason for me not to buy an iPhone?

  • Hong Kong Chinese Character

    Hi,
    I have problems in displaying "Hong Kong Chinese Character" (&#39321;&#28207;&#23383;) in Oracle forms from client side(using Developer 2000).
    I have already downloaded the patch supplied by HKSAR website and can display and type these characters in the browsers but still cannot see it in the forms.
    I tried other machines, some can display well. Any suggestions? Many thanks in advance.

    Hello,
    I'm using Oracle 10g R2 and my database NLS settings are -
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_CHARACTERSET WE8ISO8859P1
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    I wish to change some of the parameters so that it supports chinese. Although NCLOB or NVARCHAR2 supports well but only if chinese characters are posted directly to it.
    It fails, if unicode generated by some other porgram, say a java application, is posted to the same column and later on fetched and displayed in browser.
    Thanks & regards,
    Sanjeev.

Maybe you are looking for

  • Re: attachments from Outlook calendar

    I also synchronize my personal Blackberry 8830 phone manually.  Any attachment to my Outlook calendar will not synchronize as a readable attachment on my Blackberry calendar.  Is there software I can add that will allow me to open and view attachment

  • Sometimes my maps and documents on my desktop are rearranged when I restart my computer

    Sometimes my maps on my desktop are rearranged on the desktop when I restart the computer. Is there A way to go back to the original display and sort order?

  • Question: Migration to new mac

    I need help. Just received a new MacBook Pro and used the migration feature to bring all my apps and files to the new Mac. Logged out of Creative Cloud on older Mac. All my Adobe apps migrated EXCEPT for the Creative Cloud program itself. When I open

  • 1800 +

    I just bought an AMD Athlon XP 1800+  and a KM2M Combo-L motherboard, this thing freezes on me everytime Setup for Win XP tries to start windows for the first time.  I've got 512mb DDR 2700  any ideas

  • Data not fetching in Discoverer Viewer

    Hi All, I ran a report in discoverer viewer, but i'm not able to get any data. So i ran the same report with same parameter in Discoverer Desktop, there i'm getting data. Please suggest me in this issue. Thanks, Bopty