Chinese in put problem

There is a very vired problem about Chinese in put in my Macbook Pro Retina.
When I want to in put "的“, which should be "de", but when I type "d", the first charactor in the list is "王“, which should be "wang". This is really wired because it should not be there since "王”  begins with "w".
Any idea how to fix this F**king problem?

If you don't get an answer here, you might try the Chinese Mac list:
https://groups.google.com/forum/?fromgroups#!forum/chinesemac

Similar Messages

  • HELP.....!!!!! Chinese jsp compilation problem.....

    Hi,
    Could someone please help on the above mentioned?
    I'm using JDeveloper 3.2.3 for my program development under Chinese windows platform. I have created a simple JSP page, which contains few static Chinese words and I have included the line
    <%@ page contentType="text/html;charset=UTF-8"%>
    at the top of the page. When I tried to compile it using encoding "UTF8" (under compiler option), the compiler gave me this error:
    C:\Program Files\Oracle\JDeveloper 3.2.3\myhtml\Chinese_html\ChineseList.jsp
    Error: (0) sun.io.MalformedInputException.
    Btw, when I have removed the line <%@ page contentType="text/html;charset=UTF-8"%> from the page and compile, I've got this error:
    C:\Program Files\Oracle\JDeveloper 3.2.3\myhtml\Chinese_html\ChineseList.jsp
    Warning: (0) ISO-8859-1 character set may not match project compiler setting.
    C:\Program Files\Oracle\JDeveloper 3.2.3\myhtml\Chinese_html\ChineseList.java
    Error: (0) malformed input character in C:\Program Files\Oracle\JDeveloper 3.2.3\myhtml\Chinese_html\ChineseList.java.
    I do appreciate your help on this. Thank you.

    Here's some info one of the JSP Developers sent me:
    1. HELP.....!!!!! Chinese jsp compilation problem.....
    The customer is trying to parse a document generated by
    Windows's notepad. When saved in UTF-8, the byte
    order mark is saved too. We have a know bug that
    JSP parser doesn't recognize Byte Order Mark. The
    bug is : 1915285.
    2. CHINESE CHARACTER ON JSP
    . SQLPLUS depends on NLS_LANG setting. If you
    check the windows registry, the default of NLS_LANG
    depends on the OS. The user environment is Traditional
    Chinese, so does NLS_LANG. If we set NLS_LANG
    to .UTF8, SQLPLUS dumps the data in UTF8, however,
    the command prompt will have problem displaying them.
    . For JSP, as mentioned in a previous mail:
    <%@ page contentType="text/html;charset=UTF-8" %> for all languages
    <%@ page contentType="text/html;charset=GB2312" %> for simplified Chinese
    <%@ page contentType="text/html;charset=Big5" %> for traditional Chinese
    . When you enter Chinese characters on a browser,
    the data is automatically converted to page encoding
    (UTF-8 in your case) before sent back to the server.
    But your receiving servlet/JSP needs to have request
    encoding set correctly.
        I'm not sure about the JDeveloper environment,
    but here is a simple JSP you may try to verify your
    OC4J environment:
    a.    To set up the schema:
    connect scott/tiger
    create table tab01(col varchar2(100));
    b. Edit the connect string in nls.jsp
    c. Run the nls.jsp in oc4j instance.
    <!-- nls.jsp -->
    <%@ page contentType="text/html; charset=UTF-8" %>
    <%@ page import="oracle.jdbc.*,java.sql.*,java.io.*"%>
    <HTML>
    <HEAD>
    <TITLE>Hello</TITLE></HEAD>
    <BODY>
    <%
    request.setCharacterEncoding("UTF-8");
    String sampledata="\u7D20";
    String paramValue = request.getParameter("myparam");
    String connStr = "jdbc:oracle:thin:@dlsun478:5521:j2ee01";
    String user = "scott";
    String passwd = "tiger";
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    Connection conn = DriverManager.getConnection(connStr, user, passwd);
    if (paramValue == null || paramValue.length() == 0) { %>
       <FORM METHOD="GET">
       Please input your name: <INPUT TYPE="TEXT" NAME="myparam"
    value="<%=sampledata%>" size=20>
    <BR>
       <INPUT TYPE="SUBMIT" value="Insert Data">
       </FORM>
    <%
      selectData(conn, out);
    else
    %>
       <H1> Insert Data: <%= paramValue %> </H1>
       <br/>
    <%
      insertData(conn, paramValue);
    %>
    <a href="nls.jsp">back</a>
    <%
    %>
    </BODY>
    </HTML>
    <%!
      public void insertData(Connection aConn, String myval)
        try {
          PreparedStatement stmt = aConn.prepareStatement("insert into tab01
    values(?)");
          stmt.setString(1, myval);
          stmt.executeUpdate();
          aConn.close();
        catch (SQLException e) {
          e.printStackTrace();
      public void selectData (Connection aConn, JspWriter out)
        try {
          Statement stmt = aConn.createStatement( );
          ResultSet r = stmt.executeQuery("SELECT col FROM tab01");
          out.println("<H1>List of Data:</H1>");
          while (r.next()) {
            out.println(r.getString(1)+"<br/>");
          aConn.close();
        catch (SQLException e) {
          e.printStackTrace();
        catch (IOException e) {
          e.printStackTrace();
    %>

  • A perplexing "put" problem... within CS6

    Dear Adobe Community,
    Recently, I have encountered a problem while trying to "put" files from my local view to the remote server using FTP. While some pages seem to upload successfully and can be seen when I open the internet browser to view my webpage, other pages seem to have content that is NOT being updated. When viewing the remote server folder, I can see that the page I have "put" looks great - it's updated and ready to go. But when I view that page in the browser, a different, older version appears.
    While "putting" the pages, the 'Background File Activity' window pops up and shows that, in fact, all the files associated with the page are being successfully transferred.
    I have downloaded the DW updates. I have deleted the browser cache. I'm stumped!
    Are there any Dreamweaver wizards out there that can help point me in the right direction?
    Thanks in advance for any help you can offer,
    Amy

    Hi Murray,
    Thank you for your response. I took a look, and I am definitely putting to the Remote Server. The weird part about the problem, is that I am able to "put" some of the pages without any difficulty and they will show up in the internet browser right away. Right now, I have one page that simply will not show up correctly in the browser. When I am viewing the pages in my Remote Server, the page in question is the most updated version and looks correct. If it looks good on the Remote Server, why do you think it isn't showing up in the internet browser as it should?
    Could this be some type of synchronizing issue? Earlier I changed the following settting... would you recommend changing it back?
    Site Setup --- Server --- Advanced --- 'unchecked box' for 'maintain synchronization information'
    Let me know what you think and, again, thanks for taking the time to reply today : )
    Amy

  • Bean:message chinese character display problem

    Hello forum,
    I found that message resources with Chinese characters are unable to display correctly in M7's JSP Design pane. I tried to change workspace encoding to GBK, and Eclipse is able to display the Resources file itself correctly, but the problem still exists in M7.
    Any suggestions? Thank you!
    Wang Yin

    If you add the meta tag "<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />"
    does it show the resources properly?
    M7 Support

  • TreeMap.put() Problem

    I am having a problem with adding different types of objects as keys to a TreeMap, although the javadoc says that the method takes two arguments of type object, I am getting a casting error when I try the following.
    TreeMap matched = new TreeMap();
    matched.put(new Integer(2), myObject);
    I get a:
    java.lang.ClassCastException: java.lang.Integer
    If I do it as:
    matched.put(String.valueOf(2), myObject);
    it works fine.
    Am I missing something here (since its 5:00pm on Friday)?

    In addition to being Comparable, all the keys MUST be mutually comparable.
    For example if you put in all String or all Integer keys everything would work. But if you mixed String and Integer keys in the same TreeMap, you would get the error you are getting.

  • Billing out put problem

    hi gurus,
    I have a problem when creating billing out put automatically.  through condition technique .  I did it  when am looking into vf02 it is not coming automatically.  when am giving manually it is accepting.  when i saved that out put type it is saving and green singl is coming.  But it is not coming automatically.  Even though i maintained conditon records  in vv31.  still am getting this prob.  in procedure. am having conditon type that
    conditon type i assigned i proce.
    If any one know this please help.me .  he will get maximum rewards from this query.

    Hi Nag,
            I.Once again check assignments with repect to billing type.
            2.Check the communication tab in VV32 are you maintaining all parameters or not,check the storage field it should be filled with print,check medium also.
    I hope it will help you
    Regards,
    Murali.

  • XML PUBLISHER report in Excel out put problem

    Hi Experts,
    I have developed one XML report which output type is EXCEL in Oracle Application.
    I am getting some -ve value in the report so I need to do the trailing sign
    Menace for example I got a value -8645 I need to display the value like (8645).
    This functionality is working in PDF output but in EXCEL out put it is not working.
    Could any body please help me on this..
    Its Urgent .
    Thanks in Advance.

    Check this metalink notes, did you got any error..?
    Note: 364547.1 - Troubleshooting Oracle XML Publisher For The Oracle E-Business Suite
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=364547.1
    Note: 359875.1 - Cannot View Xml Publisher Report Output In Excel Format
    Note: 358296.1 - How To Produce Requests In Formats Of HTML, RTF, and Excel From XML Publisher
    Note: 850685.1 - Wrong Output Format In Xml Publisher Output
    Note: 727031.1 - XML Publisher Requests Always Get Defaulted to Output Format as PDF Whatever the Template Type is Set To
    Note: 337343.1 - Unable to View Excel Output File Created by XML Publisher
    Note: 401328.1 - Default Layout Format for XML Publisher Concurrent Request Is Always PDF
    Re: XML Publisher Server on EBS 11.5.10.2

  • Report web out put problem

    Hi:
    I used 10g forms and reports for my application. When I run a report .rdf file in form used
    web.show_document(v_parameter_string ,'_blank');
    build in function, the v_parameter_string include all parameter for server and application.
    Everything is ok and the report file appears in the browser window. But maybe the size of each row is too long, the words in the report body with font size =1 -- the smallest size of letter. So the color of words in report body part is dark gray but the title part is normal black color (words' font size is 2 or upper). This make I looking at report body very difficult in web browser. When I print the report from browser, the print out paper is good and no color different between body and title part.
    Do some people know why this gray color issue happened and how to fix it making the black color words appear in the report body.
    Thanks.
    LWU

    Hi Madhu,
    Yes, I did but out put is not coming.
    Regards,
    Pradeep Krishnamurthy

  • Out put problem in Ad hoc query reports

    Hi Gurus,
    I am tryting to generate a report through Ad hoc query in S_PH0_48000510 - Ad Hoc Query SAP/Query/HR_ADM - > Selected several options like personnel number / employee name / entry date / leaving date.
    But when we select it shows the input details but when i try for output the entry date / leaving date even the names of the employees are not reflecting.
    But the age/date of birth other fields are coming in output.
    Kindly let me know the solution to get a out put. If there is any changes need to be done in the back end. Pls advice with the path details.
    Thanks & Regards,
    Pradeep Krishnamurthy

    Hi Madhu,
    Yes, I did but out put is not coming.
    Regards,
    Pradeep Krishnamurthy

  • Out put problem

    Hi experts,
                            i have a problem with my script, my script name is  zmodify_form, my report name is zmodify and the trancation code of the script is zmodify, if i make any changes in form (allignments and formats) i can see the changes that made by me in printing test . But when i execute the tcode it shows the same existing screen. wat can i do for this?
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Sep 28, 2011 3:53 PM

    Hi,
    In Background u can get the Maximum length 250 only.
    Regards,
    Balavardhan.K

  • Chinese font display problem

    In the javascripts of this web site http://weiqi.sports.tom.com/php/zhuanti/zhuantinew.php?id=23
    ( follow any red link in this page, there will be a javascript popped up), some chinese characters can not be displayed in the right text box and no matter how many changes I make in the fontconfig.properties file about the Chinese font, there is no change of the chinese characters in these java script pages (in the right text box and on the lowerright buttons).
    I want to change all the chinese font displayed on the javascripts to the font "ar pl shanheisun uni", how to? Thanks.
    My system is Ubuntu 7.04, locale is zh_CN.UTF-8. Jre 1.6.0 or Jre 1.5.0.
    I used another Redhat 9.0 system(Jre 1.5.0_02), it can display these characters in the another chinese font. That system is not configured by myself. So I think there must be some way to change these fonts.
    Here is my fontconfig.properties file:
    # fontconfig.properties for Debian/Ubuntu, derived from linux.fontconfig.RedHat.9.0.properties
    # @(#)linux.fontconfig.RedHat.9.0.properties 1.6 03/11/14
    # Copyright 2003 Sun Microsystems, Inc. All rights reserved.
    # Version
    version=1
    # Component Font Mappings
    #serif.0=-b&h-lucidabright-medium-r-normal---%d---p--iso8859-1
    #serif.1=-misc-ar pl shanheisun uni-medium-r-normal---%d---p--gb2312.1980-0
    allfonts.chinese-gbk=-misc-ar pl shanheisun uni-medium-r-normal---%d---p--gbk-0
    allfonts.chinese-gb2312=-misc-ar pl shanheisun uni-medium-r-normal---%d---p--gb2312.1980-0
    allfonts.chinese-gb18030=-misc-ar pl shanheisun uni-medium-r-normal---%d---p--iso10646-1
    allfonts.chinese-gb18030.motif=-misc-ar pl shanheisun uni-medium-r-normal---%d---p--iso10646-1
    allfonts.chinese-big5=-misc-ar pl shanheisun uni-medium-r-normal---%d---p--iso10646-1
    allfonts.chinese-big5.motif=-misc-ar pl shanheisun uni-medium-r-normal---%d---p--iso10646-1
    allfonts.lucida=-b&h-lucidasans-medium-r-normal-sans--%d---p--iso8859-1
    serif.plain.japanese-x0208=-misc-sazanami mincho-medium-r-normal---%d---c--jisx0208.1983-0
    serif.plain.korean=-misc-baekmuk batang-medium-r-normal---%d---c--iso10646-1
    serif.plain.korean.motif=-misc-baekmuk batang-medium-r-normal---%d---c--ksc5601.1987-0
    serif.plain.latin-1=-b&h-lucidabright-medium-r-normal---%d---p--iso8859-1
    serif.plain.latin-1.motif=-b&h-luxi serif-medium-r-normal---%d---p--iso8859-1
    serif.bold.japanese-x0208=-misc-sazanami mincho-medium-r-normal---%d---c--jisx0208.1983-0
    serif.bold.korean=-misc-baekmuk batang-medium-r-normal---%d---c--iso10646-1
    serif.bold.korean.motif=-misc-baekmuk batang-medium-r-normal---%d---c--ksc5601.1987-0
    serif.bold.latin-1=-b&h-lucidabright-demibold-r-normal---%d---p--iso8859-1
    serif.bold.latin-1.motif=-b&h-luxi serif-bold-r-normal---%d---p--iso8859-1
    serif.italic.japanese-x0208=-misc-sazanami mincho-medium-r-normal---%d---c--jisx0208.1983-0
    serif.italic.korean=-misc-baekmuk batang-medium-r-normal---%d---c--iso10646-1
    serif.italic.korean.motif=-misc-baekmuk batang-medium-r-normal---%d---c--ksc5601.1987-0
    serif.italic.latin-1=-b&h-lucidabright-medium-i-normal---%d---p--iso8859-1
    serif.italic.latin-1.motif=-b&h-luxi serif-medium-i-normal---%d---p--iso8859-1
    serif.bolditalic.japanese-x0208=-misc-sazanami mincho-medium-r-normal---%d---c--jisx0208.1983-0
    serif.bolditalic.korean=-misc-baekmuk batang-medium-r-normal---%d---c--iso10646-1
    serif.bolditalic.korean.motif=-misc-baekmuk batang-medium-r-normal---%d---c--ksc5601.1987-0
    serif.bolditalic.latin-1=-b&h-lucidabright-demibold-i-normal---%d---p--iso8859-1
    serif.bolditalic.latin-1.motif=-b&h-luxi serif-bold-i-normal---%d---p--iso8859-1
    sansserif.plain.japanese-x0208=-misc-sazanami gothic-medium-r-normal---%d---c--jisx0208.1983-0
    sansserif.plain.korean=-misc-baekmuk gulim-medium-r-normal---%d---c--iso10646-1
    sansserif.plain.korean.motif=-misc-baekmuk gulim-medium-r-normal---%d---c--ksc5601.1987-0
    sansserif.plain.latin-1=-b&h-lucidasans-medium-r-normal-sans--%d---p--iso8859-1
    sansserif.plain.latin-1.motif=-b&h-luxi sans-medium-r-normal---%d---p--iso8859-1
    sansserif.bold.japanese-x0208=-misc-sazanami gothic-medium-r-normal---%d---c--jisx0208.1983-0
    sansserif.bold.korean=-misc-baekmuk gulim-medium-r-normal---%d---c--iso10646-1
    sansserif.bold.korean.motif=-misc-baekmuk gulim-medium-r-normal---%d---c--ksc5601.1987-0
    sansserif.bold.latin-1=-b&h-lucidasans-bold-r-normal-sans--%d---p--iso8859-1
    sansserif.bold.latin-1.motif=-b&h-luxi sans-bold-r-normal---%d---p--iso8859-1
    sansserif.italic.japanese-x0208=-misc-sazanami gothic-medium-r-normal---%d---c--jisx0208.1983-0
    sansserif.italic.korean=-misc-baekmuk gulim-medium-r-normal---%d---c--iso10646-1
    sansserif.italic.korean.motif=-misc-baekmuk gulim-medium-r-normal---%d---c--ksc5601.1987-0
    sansserif.italic.latin-1=-b&h-lucidasans-medium-i-normal-sans--%d---p--iso8859-1
    sansserif.italic.latin-1.motif=-b&h-luxi sans-medium-i-normal---%d---p--iso8859-1
    sansserif.bolditalic.japanese-x0208=-misc-sazanami gothic-medium-r-normal---%d---c--jisx0208.1983-0
    sansserif.bolditalic.korean=-misc-baekmuk gulim-medium-r-normal---%d---c--iso10646-1
    sansserif.bolditalic.korean.motif=-misc-baekmuk gulim-medium-r-normal---%d---c--ksc5601.1987-0
    sansserif.bolditalic.latin-1=-b&h-lucidasans-bold-i-normal-sans--%d---p--iso8859-1
    sansserif.bolditalic.latin-1.motif=-b&h-luxi sans-bold-i-normal---%d---p--iso8859-1
    monospaced.plain.japanese-x0208=-misc-sazanami mincho-medium-r-normal---%d---c--jisx0208.1983-0
    monospaced.plain.korean=-misc-baekmuk batang-medium-r-normal---%d---c--iso10646-1
    monospaced.plain.korean.motif=-misc-baekmuk batang-medium-r-normal---%d---c--ksc5601.1987-0
    monospaced.plain.latin-1=-b&h-lucidatypewriter-medium-r-normal-sans--%d---m--iso8859-1
    monospaced.plain.latin-1.motif=-b&h-luxi mono-medium-r-normal---%d---m--iso8859-1
    monospaced.bold.japanese-x0208=-misc-sazanami mincho-medium-r-normal---%d---c--jisx0208.1983-0
    monospaced.bold.korean=-misc-baekmuk batang-medium-r-normal---%d---c--iso10646-1
    monospaced.bold.korean.motif=-misc-baekmuk batang-medium-r-normal---%d---c--ksc5601.1987-0
    monospaced.bold.latin-1=-b&h-lucidatypewriter-bold-r-normal-sans--%d---m--iso8859-1
    monospaced.bold.latin-1.motif=-b&h-luxi mono-bold-r-normal---%d---m--iso8859-1
    monospaced.italic.japanese-x0208=-misc-sazanami mincho-medium-r-normal---%d---c--jisx0208.1983-0
    monospaced.italic.korean=-misc-baekmuk batang-medium-r-normal---%d---c--iso10646-1
    monospaced.italic.korean.motif=-misc-baekmuk batang-medium-r-normal---%d---c--ksc5601.1987-0
    monospaced.italic.latin-1=-b&h-lucidatypewriter-medium-i-normal-sans--%d---m--iso8859-1
    monospaced.italic.latin-1.motif=-b&h-luxi mono-medium-i-normal---%d---m--iso8859-1
    monospaced.bolditalic.japanese-x0208=-misc-sazanami mincho-medium-r-normal---%d---c--jisx0208.1983-0
    monospaced.bolditalic.korean=-misc-baekmuk batang-medium-r-normal---%d---c--iso10646-1
    monospaced.bolditalic.korean.motif=-misc-baekmuk batang-medium-r-normal---%d---c--ksc5601.1987-0
    monospaced.bolditalic.latin-1=-b&h-lucidatypewriter-bold-i-normal-sans--%d---m--iso8859-1
    monospaced.bolditalic.latin-1.motif=-b&h-luxi mono-bold-i-normal---%d---m--iso8859-1
    dialog.plain.japanese-x0208=-misc-sazanami gothic-medium-r-normal---%d---c--jisx0208.1983-0
    dialog.plain.korean=-misc-baekmuk gulim-medium-r-normal---%d---c--iso10646-1
    dialog.plain.korean.motif=-misc-baekmuk gulim-medium-r-normal---%d---c--ksc5601.1987-0
    dialog.plain.latin-1=-b&h-lucidasans-medium-r-normal-sans--%d---p--iso8859-1
    dialog.plain.latin-1.motif=-b&h-luxi sans-medium-r-normal---%d---p--iso8859-1
    dialog.bold.japanese-x0208=-misc-sazanami gothic-medium-r-normal---%d---c--jisx0208.1983-0
    dialog.bold.korean=-misc-baekmuk gulim-medium-r-normal---%d---c--iso10646-1
    dialog.bold.korean.motif=-misc-baekmuk gulim-medium-r-normal---%d---c--ksc5601.1987-0
    dialog.bold.latin-1=-b&h-lucidasans-bold-r-normal-sans--%d---p--iso8859-1
    dialog.bold.latin-1.motif=-b&h-luxi sans-bold-r-normal---%d---p--iso8859-1
    dialog.italic.japanese-x0208=-misc-sazanami gothic-medium-r-normal---%d---c--jisx0208.1983-0
    dialog.italic.korean=-misc-baekmuk gulim-medium-r-normal---%d---c--iso10646-1
    dialog.italic.korean.motif=-misc-baekmuk gulim-medium-r-normal---%d---c--ksc5601.1987-0
    dialog.italic.latin-1=-b&h-lucidasans-medium-i-normal-sans--%d---p--iso8859-1
    dialog.italic.latin-1.motif=-b&h-luxi sans-medium-i-normal---%d---p--iso8859-1
    dialog.bolditalic.japanese-x0208=-misc-sazanami gothic-medium-r-normal---%d---c--jisx0208.1983-0
    dialog.bolditalic.korean=-misc-baekmuk gulim-medium-r-normal---%d---c--iso10646-1
    dialog.bolditalic.korean.motif=-misc-baekmuk gulim-medium-r-normal---%d---c--ksc5601.1987-0
    dialog.bolditalic.latin-1=-b&h-lucidasans-bold-i-normal-sans--%d---p--iso8859-1
    dialog.bolditalic.latin-1.motif=-b&h-luxi sans-bold-i-normal---%d---p--iso8859-1
    dialoginput.plain.japanese-x0208=-misc-sazanami mincho-medium-r-normal---%d---c--jisx0208.1983-0
    dialoginput.plain.korean=-misc-baekmuk batang-medium-r-normal---%d---c--iso10646-1
    dialoginput.plain.korean.motif=-misc-baekmuk batang-medium-r-normal---%d---c--ksc5601.1987-0
    dialoginput.plain.latin-1=-b&h-lucidatypewriter-medium-r-normal-sans--%d---m--iso8859-1
    dialoginput.plain.latin-1.motif=-b&h-luxi mono-medium-r-normal---%d---m--iso8859-1
    dialoginput.bold.japanese-x0208=-misc-sazanami mincho-medium-r-normal---%d---c--jisx0208.1983-0
    dialoginput.bold.korean=-misc-baekmuk batang-medium-r-normal---%d---c--iso10646-1
    dialoginput.bold.korean.motif=-misc-baekmuk batang-medium-r-normal---%d---c--ksc5601.1987-0
    dialoginput.bold.latin-1=-b&h-lucidatypewriter-bold-r-normal-sans--%d---m--iso8859-1
    dialoginput.bold.latin-1.motif=-b&h-luxi mono-bold-r-normal---%d---m--iso8859-1
    dialoginput.italic.japanese-x0208=-misc-sazanami mincho-medium-r-normal---%d---c--jisx0208.1983-0
    dialoginput.italic.korean=-misc-baekmuk batang-medium-r-normal---%d---c--iso10646-1
    dialoginput.italic.korean.motif=-misc-baekmuk batang-medium-r-normal---%d---c--ksc5601.1987-0
    dialoginput.italic.latin-1=-b&h-lucidatypewriter-medium-i-normal-sans--%d---m--iso8859-1
    dialoginput.italic.latin-1.motif=-b&h-luxi mono-medium-i-normal---%d---m--iso8859-1
    dialoginput.bolditalic.japanese-x0208=-misc-sazanami mincho-medium-r-normal---%d---c--jisx0208.1983-0
    dialoginput.bolditalic.korean=-misc-baekmuk batang-medium-r-normal---%d---c--iso10646-1
    dialoginput.bolditalic.korean.motif=-misc-baekmuk batang-medium-r-normal---%d---c--ksc5601.1987-0
    dialoginput.bolditalic.latin-1=-b&h-lucidatypewriter-bold-i-normal-sans--%d---m--iso8859-1
    dialoginput.bolditalic.latin-1.motif=-b&h-luxi mono-bold-i-normal---%d---m--iso8859-1
    # Search Sequences
    sequence.allfonts=latin-1
    sequence.allfonts.UTF-8=latin-1,chinese-gb18030
    sequence.allfonts.Big5=latin-1,chinese-big5
    sequence.allfonts.GB2312=latin-1,chinese-gb18030
    sequence.allfonts.x-euc-jp-linux=latin-1,japanese-x0208
    sequence.allfonts.EUC-KR=latin-1,korean
    sequence.allfonts.GB18030=latin-1,chinese-gb18030
    sequence.fallback=lucida,chinese-big5,chinese-gb18030,japanese-x0208,korean
    # Exclusion Ranges
    exclusion.japanese-x0208=0390-03d6,2200-22ef,2701-27be
    # Font File Names
    filename.-misc-ar_pl_shanheisun_uni-medium-r-normal------p-*-gb2312.1980-0=/usr/share/fonts/truetype/arphic/uming.ttf
    filename.-misc-ar_pl_shanheisun_uni-medium-r-normal------p-*-gbk-0=/usr/share/fonts/truetype/arphic/uming.ttf
    filename.-misc-ar_pl_shanheisun_uni-medium-r-normal------p-*-iso10646-1=/usr/share/fonts/truetype/arphic/uming.ttf
    filename.-misc-baekmuk_batang-medium-r-normal---%d---c--iso10646-1=/usr/share/fonts/truetype/batang.ttf
    filename.-misc-baekmuk_gulim-medium-r-normal---%d---c--iso10646-1=/usr/share/fonts/truetype/gulim.ttf
    filename.-misc-sazanami_gothic-medium-r-normal---%d---c--jisx0208.1983-0=/usr/share/fonts/truetype/sazanami/sazanami-gothic.ttf
    filename.-misc-sazanami_mincho-medium-r-normal---%d---c--jisx0208.1983-0=/usr/share/fonts/truetype/sazanami/sazanami-mincho.ttf
    # AWT X11 font paths
    awtfontpath.latin-1=/usr/lib/X11/fonts/Type1
    awtfontpath.chinese-gb18030=/usr/share/fonts/truetype/arphic
    awtfontpath.japanese-x0208=/usr/share/fonts/truetype/sazanami
    #awtfontpath.korean=/usr/share/fonts/ko/TrueType

    Have you tried posting this question on the i18n forum?
    http://forum.java.sun.com/forum.jspa?forumID=16

  • Chinese character display problem

    Hi
    I can't display normal chinese character in a portlet or even
    on a "button" in a portal server 4.0 sp1, is there any config
    file I should modified or any suggestion? Thanks a lots

    David,
    You should read the WLS I18N documentation. In particular weblogic.xml for
    WebApps contains a number of parameters that may be necessary.
    Sincerely,
    Daniel Selman
    "david" <[email protected]> wrote in message
    news:3d040d62$[email protected]..
    >
    Hi
    I can't display normal chinese character in a portlet or even
    on a "button" in a portal server 4.0 sp1, is there any config
    file I should modified or any suggestion? Thanks a lots

  • Put Problems

    I need help. I have a site I have had up and running for
    awhile. Yesterday, I created a new page that I needed. When I click
    put to add it to the site - I get this error - File activity
    Incomplete - 1 or more files or folders were not completed. So then
    I tried to just straight FTP the file. The error message I get when
    I try to few the page online is HTTP/1.1 404 Object Not Found.
    Nothing has been changed on my site. I have no idea what files were
    not completed and am at a total loss of what to do next. Can anyone
    help get me on the right track? I can update current pages fine (at
    least for now) but it seems I cannot create any new html pages.
    HELP!

    Can you CONNECT to the site in DW? When you connect, what
    FOLDER names do
    you see in the REMOTE side of the FILES PANEL?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "TJKay" <[email protected]> wrote in message
    news:ftfnjv$k1o$[email protected]..
    >I need help. I have a site I have had up and running for
    awhile.
    >Yesterday, I
    > created a new page that I needed. When I click put to
    add it to the
    > site - I
    > get this error - File activity Incomplete - 1 or more
    files or folders
    > were not
    > completed. So then I tried to just straight FTP the
    file. The error
    > message I
    > get when I try to few the page online is HTTP/1.1 404
    Object Not Found.
    > Nothing has been changed on my site. I have no idea what
    files were not
    > completed and am at a total loss of what to do next. Can
    anyone help get
    > me on
    > the right track? I can update current pages fine (at
    least for now) but
    > it
    > seems I cannot create any new html pages. HELP!
    >

  • Csv report out put problem

    am trying to generate delimited format report on command prompt.
    out put is to huge and it gives error . To over come this when I turned page break to yes the report will be generated successfully but the out put number of rows are being doubled.
    suppose initially I am getting 100 rows , With page break set to yes the out put in
    report csv format will be 200

    Its not possible to export data directly from 6i to excel but you can export in text file and then open it in excel it will open very easily but keep it in you mind first eliminate all report groups.
    and
    There is a trick to capture Oracle Reports output (text output) into a excel sheet.
    Basic Steps :
    1) Set the output format for the report to XML
    2) Run the report to generate output.
    3) Save the output file locally as a XML file.
    4) Open the file using MS Excel.
    5) To make it more beautiful, you may use a MS Excel Template
    and read below may be this will be helpful to u
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=853876
    Reports 6i Matrix Output in Excel Format

  • Smartform Chinese Logon Font Problem

    Hello Folks,
    I have a smartform developed in EN and ZH (Chinese).Both SF's are similar except one is printed on LETTER format and other in DINA4.
    When user logs in ZH (Chinese) the print program  calls the Chinese Smartform,but the output is much different to that of the EN.Here the font,font size,spacing are much bigger from that of EN
    In both the Smartforms I am using the same STYLE,Same Windows,everything is exactly the same as that of EN.
    Could anyone tell what is the reason for these differences when I logon to Chinese ?How to rectify these errors ?
    Thanks in Advance.

    Hi,
    As the Chinese characters are different when compared to the English characters we need to adjust these manually even though u have used the same font.
    So you need to change your chinese smartform and then adjust your text elements and fonts for the same.
    Regards,
    Narendra.

Maybe you are looking for

  • Problem in Hide/Show in a Table Row

    Hi, i have to create 4 pages and each page has a table region with displaying records and a column "LINK" to go to the next page with the parameters from that record. Every link has a batchId and one another Id as parameter to next page. The next pag

  • Pages are not loading properly and can't perform simple functions like forwarding e-mail, whats wrong?

    When I sign into my Yahoo account the mail page doesn't load correctly and prompts me to turn off automatic updates. I can't send or forward any e-mails in the mail section. When I sign into Facebook I can't poke people back, look at mail friend requ

  • Sun Solaris Server Running Oracle 9i

    If I am running Oracle 9i, what version of Oracle can I install on my MS Windows desktop to access it. Should I purchase and install Oracle 9i Client? Is there a free download available? My Oracle 9i includes Application Server and the regular CD pac

  • Animated banners crash Safari

    I put an animated .gif banner on my website. It looks great in Explorer on a PC, but it crashes Safari on an iPhone. You get thrown right back onto the Home screen.

  • Final Cut Pro dropped frame rate issue

    Hi there, i currently shot a short film on the canon 5d mark II 30fps and i am trying to edit it in final cut studio 2. I have recently bought the new macbook pro 15inch 2gb module. Now the canon footage is h.264 but when importing the clips into fin