Problem in storing JAPANESE character in DB 10g

All,
I have problem in storing data in Db.
I used page directive in JSP like
<%@ page contentType="text/html; charset=iso-2022-jp"%>
in jsp screen in will get JAPANESE character but in DB I found some JUNK but reteriving the same in jsp it shows correct JAPANESE character...
Any one help me please.
I used Hibernate
Thanks and Regards
Babu

You have probably posted in the wrong forum. Try the JDeveloper forum: JDeveloper and ADF

Similar Messages

  • Problem in storing JAPANESE character in DB 10g charset iso-2022-jp

    All,
    I have problem in storing data in Db.
    I used page directive in JSP like
    <%@ page contentType="text/html; charset=iso-2022-jp"%>
    in jsp screen in will get JAPANESE character but in DB I found some JUNK but reteriving the same in jsp it shows correct JAPANESE character...
    Any one help me please.
    I used Hibernate
    Thanks and Regards
    Babu

    Hai John..Thanks for ur reply.
    In DB NLS_CHARACTERSET is JA16SJIS.
    Want to change it?
    Please guide me.
    Thanks in advance.
    Babu

  • Problem while uploading Japanese character to application server

    Hi Experts,
    I have a text file which contains Japanese character. when i try uploading the file directly to application server using tcode CG3Z the Japanese characters are getting replaced with some symbols. But when i read the text file using GUI_UPLOAD and then write it back to the application server japanese characters are getting displayed. what could be the issue here? how this can be resolved?
    warm regards,
    abdul hakim

    In case of CG3Z, internally there is a call to the FM 'C13Z_FILE_UPLOAD_ASCII' where you'll see this statement:
    * open dataset for writing
      OPEN DATASET i_file_appl FOR OUTPUT MESSAGE e_os_message
                   IN TEXT MODE ENCODING NON-UNICODE.
    Please note the ENCODING addition is set to NON-UNICODE. But in your custom code you must be using ENCODING DEFAULT which sets the encoding to UTF-8 format because of which the Japanese characters are represented correctly.
    Hope this helps.
    BR,
    Suhas

  • Problem in storing korean Characters in Oracle 10g

    Hi All,
    Below are the current setup.
    OS : Windows
    Oracle Version : 10G
    Database Character Set : AL32UTF8
    NLS_LANG = KOREAN_KOREA.KO16MSWIN949 (in windows)
    I can able to see Korean characters in MS Word & MS Excel. I copied some of the korean characters
    and pasted in notepad and saved the file in UTF format. I tried to insert that data using sql loader.
    After inserting the data, I could find only unknown characters with lots of ??? symbol. I have also
    changed the data fonts to korean language in TOAD. But I can find only non-korean characters in
    the table.
    Please advise me, whether any other settings to be changed or provide step-by-step procedure to store
    the korean data in database.
    Regards,
    Ramesh

    Unable to insert Korean Language in Oracle 10g

  • Japanese character appear rotated when applying a Formula on the field

    We have a problem where the japanese character appear well on the report when
    simply drag and drop a field that contained japanese data from the database
    BUT it display the japanese character rotated horizontally when we apply a simple
    formula on it. The formula don't change any style or rotation.
    I think it's a bug. Is anyone had this problem before?

    we are using BO XI release 1 SP4 and the application use these components.
    but I also created a small project with the Visual Studio 2008 with the latest crystal report 2008 embedded components and both return the same result.
    Japanese character appear well but (each character are rotated 90 degrees) on the field where a formula field is set and my formula don't do nothing except setting the field itself :
    Here is the formula:
    formula = {buyer_index_alphabetical_FR;1.alt1name}
    alt1name is a field that contain japanese
    and the field data appear well on the report but with each character rotated.
    if we map on a textfield, the field alt1name directly without this formula
    the text appear normally
    I didn't use formatting formulas
    that 's why my conclusion is that it's a bug.
    But I am surprised that nobodyelse mentioned that.

  • Problem with Japanese character Codes

    I have been working for a company which got a product to support the sms activities. We are developing a new feature which supports Japanese language as of now along with english. We developed a new character set called PDC which is a combination of the following Japanese character sets JIS + SHIFT- JIS+ KATAKANA + ASCII.
    I am using Java API Charsets.jar to convert the bytes using the respective character sets to a STRING and presenting the converted STRING on a JSP.
    The Problem is I am able to see the Jap Chars which belong to JIS + ASCII but not for KATAKANA and SHIFT-JIS.
    I am using the below page tag in JSP.
    <%@ page contentType="text/html; charset = JIS " %>
    I couldn't find any other tag specifically which supports all the character sets. Could some one please help me?
    Pradeep.

    Okay... you developed a new character set... that's great. How's the browser supposed to know anything abou it?
    Maybe just use UTF-8 which should support all of that and other languages as well and stop boxing yourself into a fixed charset.

  • Problem displaying japanese character set in shopping cart smartform

    Hi All,
    whenever users are entering some text in Japanese character set while creating a shopping cart in SRM, the smartform print output is displaying some junk characters!! even though the system is unicode compatable, did any one have problem ??
    Thanks.

    Hi,
    May be there is some problem with UNICODE conversion.
    See the foll links;
    Note 548016 - Conversion to Unicode
    http://help.sap.com/saphelp_srm50/helpdata/en/9f/fdd13fa69a4921e10000000a1550b0/frameset.htm
    Europe Languages  work  in  Non- Unicode  System
    Re: Multiple Backends
    Re: Language issue
    Standard Code Pages in Non-Unicode System
    Re: Upgrade from EBP 4.0 to SRM 5.0
    http://help.sap.com/saphelp_srm50/helpdata/en/e9/c4cc9b03a422428603643ad3e8a5aa/content.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/11/395542785de64885c4e84023d93d93/content.htm
    BR,
    Disha.
    Do reward points for  useful answers.

  • Japanese character storing format.

    Hi all,
    I have stored japanese characters in varchar field in the format
    '&#12375;' for '&#12375;' i.e. 'shi' and so on. Does any one know what this format is called and are there any other formats for storing such different language characters and also how to use those with JDBC.
    I have the data stored in oracle.
    Thanks in advance,
    Dayanand

    This appears to be HTML escape format...the Unicode character code point is 12375 in decimal. However, it is very unusual to store this format in a database. I would think most multi-language database systems would use a Unicode charset like UTF-16 or UTF-8. Japanese-only systems might prefer a charset like SJIS or JIS.
    Regards,
    John O'Conner

  • (Urgent ) Japanese Character Problem

    Hi!
    I work in NEW japan project.(I am korean)
    Our oracle database characterset is 'US7ASCII'.
    JSP encoding is 'EUC_JP'.
    I cannot input japanese character into database.
    Any japanese people ,Please help me!

    You can't insert multibyte encodings into a US7ASCII databse. That's a
    7 bit encoding if I have my oracle names straight. I support several
    different languages in one database, so I use a UTF-8 database. You
    should figure out what your current and future support requirements are
    and then determine what encoding will support those requirements.
    Hun Heo wrote:
    >
    Hi!
    I work in NEW japan project.(I am korean)
    Our oracle database characterset is 'US7ASCII'.
    JSP encoding is 'EUC_JP'.
    I cannot input japanese character into database.
    Any japanese people ,Please help me!

  • Problem with storing and retriving a different langauge font in mysql

    hi,
    i have problem with storing and retriving a different character set in
    mysql database ( for example storing kannada font text in database)
    it simply store what ever typed in JTextField in database in the
    formate ??????????? and it showing ???????? .
    please what can i do this problem.
    thanks
    daya

    MySQL does not know about what type of Font you use or store. that is applicatioon specific. All it knows is the character set that you are storing and the data type and data. THere are something you should know when working with database and Java:
    1. make sure you know what character set is used for the database table.
    2. make sure you know what character set is used by Java (default to UTF-8 ..
    sort off - there are few character that it cannot save). You can enforce the
    character set being sent to the database by the String's getBytes(String charsetName) method.
    3. make sure the application you use to view the table use the correct character set
    if it use a different character set, then any character that it does not recogized
    will be replaced with a quetion mark '?'....eventhough the data is correct.

  • Japanese character

    Hi All,
    Is there is any way to display the japanese character in the application.We have made a smart sync application which is working fine for English language but when we use the application for Japanese user for japanese data..the data is coming in garbage form like "•É“ìŽs–¯•a‰@ "  what settings needs to be done either in mobileengine config file or on to the server side to enable the support for unicode characters on to the client.
    The MI server configuration
    a) Operation system version – AIX
    b) OS 32 bit or 64 bit? – 64 bit
    c) Unicode or Non-Unicode – Unicode
    R/3 one SAP system configuration
    a) Operation system version – AIX
    b) OS 32 bit or 64 bit? – 64 bit
    c) Unicode or Non-Unicode – Non Unicode
    Thanks in advance.
    Regards
    Devendra kumar

    Hi Devendra
        Have you used the Multi Language Feature made available with MI 2.5 SP18 or MI7.0 SPS09? Please refer to the note 1029594 for more information on this. If no, then request to you implemente this feature.  If yes, I feel the problem you are facing is directly related to you backend being a Non Unicode system and MI Server being a Unicode system. If you read the word document attached to the note mentioned, there is an indication referring to such a combination <i><b>In a Multi language scenario, if the backend is Unicode based then the middleware must also be Unicode based. The Unicode languages get converted to junk characters when they are transferred from the backend to the middleware. In such scenarios replication may fail or data may not get downloaded to the client</b></i>. Just FYI, Please refer to the replies in thread Re: Unicode to Japanese characters which might be useful to you.
    Best Regards
    Sivakumar

  • Problem with Printing Japanese

    Hi Experts,
    We have a Unicode enable Printer (I tried Printing Japanese Characters and others it works) and also SAP Unicode System
    I tried the following steps but it still doesnu2019t work, do I missed some configs?  I have read that I must used True Type Font how to change to that font?
    -     Try to check if the Printer supports Unicode to print Japanese Characters
    I tried printing using MS Word copying Japanese, Greek and Russian letters to check if it is supported and yes it is printed correctly, the Printer does support Japanese and other characters
    -     Try to have a Japanese logon setting in transaction SU3
    I tried to change this settings but it still doesnu2019t work
    -     Try to change the character set to Japanese
    I tried to change this setting in SPAD but still it doesnu2019t work
    -     Try to use JSAPWIN driver for the printer in transaction code SPAD in SAP
    I tried to change to use this driver but still it doesnu2019t work
    -     Try to use ALL the possible combinations for Driver and Character Set for Japanese Character
    I tried to use ALL the combinations one by one using Japanese settings but still it doesnu2019t work, I even tried the setting for UTF 8 (encoding for Japanese Characters) and Unicode settings but still it doesnu2019t work
    BR;
    LBJ23

    Hi,
    Ok for report testing purpose try doing this for your simple ABAP program you created.
    Execute the program.
    Then click on utilities->more utilities-->upload/download.
    Choose download and select the desktop or where you want to save your filename.Give some name for the filename where you want to save the data.The option below filename is codepage where codepage is set to default.
    If you save it as it is this problem will come but if you change the codepage to the number I told or some other value relevant to Japanese in the file you can see the characters in Japanese.
    So its codepage problem only.
    For the VF03 I will look into it and let you know tommorow.
    Regards,
    Subhashini

  • Japanese character in WLS7.0

    Hello,everyone:
    I got such a problem,It's about japanese character in WLS7.0.
    Let me describe my envirment first,
    OS:windows 2000 pro (japanese)
    WLS:Weblogic Sever 7.0 (english)
    When i write in a japanese character in a form contained by a jsp
    webpage,then submit
    this form to WLS7.0,the Weblogic server should display the character
    originally,but the
    return value is confusion.
    alternatively,when i submit this form to weblogic server 6.1,the
    original and return value
    is the same.
    Does the Weblogic Server 7.0 english version not support Japanese
    character inputting?
    thank you for readding!
    liu gang

    I am using Oracle OC4J Standalong Server v10.1.3.
    Its kind of weird because after I have successfully logged in, the japanese characters are correctly displayed. It is only at the login page that the header text displays improperly. Below shows the details:
    header-layout.jsp (this is the jsp that has a problem in the display)
    before login:
    login.jsp ---> this imports the header-layout.jsp. other japanese texts within the login.jsp file are correctly displayed but the japanese text in the header-layout.jsp is not properly displayed.
    after login:
    list.jsp --> this uses the same header-layout.jsp but specifies it using tiles-defs.xml

  • Storing HK character in Oracle 8.1.6. via ODBC driver

    Hi,
    I came to a problem about storing the HK government defined
    characters in the Oracle 8.1.6 via the Oracle ODBC driver.
    Help of any kind is welcome.
    Character set : ZHT16BIG5
    OS : English Win NT with Richwin installed
    Details:
    The HK characters work fine with SQLPLUS. However when I
    inserted through the ODBC driver, '?' is stored.

    There isn't good news here. Richwin is not supported. You need
    to use Traditional Chinese NT to enter the characters with
    NLS_LANG set to MSWIN950. SQLPLUS is working because you likely
    have set up a garbage-in, garbage-out scenario. In other words
    you set NLS_LANG on the client to match the database character
    set ZHT16BIG5. So no conversion is taking place between the
    client OS and the database. But the characters in the database
    will not be stored correctly. Write back if you would like more
    details.

  • How can I decode Japanese character using java from JavaScript escape() function

    Hi:
    I have an application which supports Japanese character. I am using JavaScript escape() function to encode the text field before I posted it through web server and then I will just convert it into hex number to decode it through an Integer. It works fine for the character between ascii 1-255. However, it faild on all the double bytes character. All the unicode has the format of "%uXXXX" after it is escaped from JavaScript. How can I resolve the decoding problem?
    Thank,
    David

    Please use 'encodeURI()', though it is supported only IE after 5.5.
    I'm not sure Netscape.
    Thanks,
    Katsumi
    dwang <[email protected]> wrote:
    Hi:
    I have an application which supports Japanese character. I am using JavaScript
    escape() function to encode the text field before I posted it through
    web server and then I will just convert it into hex number to decode
    it through an Integer. It works fine for the character between ascii
    1-255. However, it faild on all the double bytes character. All the
    unicode has the format of "%uXXXX" after it is escaped from JavaScript.
    How can I resolve the decoding problem?
    Thank,
    David

Maybe you are looking for