Im unable to view chinese and japanese characters on some sites

When I browse Japanese and Chinese websites, the characters do not load. Instead I get weird characters.
I have tried several character encodings but they still do not work
Please help!!

Seeing the following sites might be helpful-
http://support.mozilla.com/en-US/kb/Firefox%20will%20not%20display%20East%20Asian%20characters#os=win&browser=fx4
http://www.jp41.com/firefox/Chinese/

Similar Messages

  • Encoding issue with Chinese and Japanese characters but not for Korean

    Hi All,
    I am dealing with the problem below and have tried a lot of options to correct this. Could anyone help me resolve the issue?
    Some japanese text is returned to my jsp from SAP, the text looks like ‚P‚T“ú’÷“–ŒŽ––Œ»‹à .
    When I manually set the encoding of my browser to Shift-JIS, the problem is resolved and the text is seen as 15日締当月末現金
    However, I set my response.setContentType as Shift-JIS, the browser automatically selects the encoding as Shift-JIS, but my characters get displayed as ??????
    I had a similar problem with Korean characters, and I used,
    decodedString = new String(strToBeDecoded.getBytes("iso-8859-1"),"EUC-KR");
    It worked and I did not have to use the setContentType method of servlet response. This code however does not work for either Japanese or Chinese characters.
    Please let me know, if there is anyway of getting the characters right on the screen.
    I am using Sun Java Application Server 8.1.
    Thanks,
    Priya

    Get rid of legacy character encodings and just use UTF-8 all the way.
    Read this to learn more: [http://balusc.blogspot.com/2009/05/unicode-how-to-get-characters-right.html].

  • Chinese and Japanese characters in database

    I have Customer table in which Name column can contain Chinese characters. I have given it's datatype as NVARCHAR. I am writing simple SELECT statement. But it is showing question marks instead of Chinese characters. What should I do to get correct data?
    In Below Image, you can see that after 2nd statement, @NAME variable value automatically gets those question marks which is not returning correct answer.

    Hello,
    You have to add the Unicode literal N in front of the string, like
    SET @NAME = N'here comes the text';
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Chinese and japanese fonts in terminal

    i would like to use chinese and japanese characters in the terminal, but everytime i type something in it gives me the numerical code for the character. anyone know how to have it display properly?

    http://discussions.apple.com/thread.jspa?messageID=1178628&#1178628

  • Chinese and Japanies Characters insert Problem

    Hi All,
    I have a proble inserting Chinese and Japanies Characters into oracle database.Example:
    Created a table in sustom schema and given grants to apps Schema:
    create table xxeq_temptest(ENGLISH VARCHAR2(25),JAPANEES NVARCHAR2(100),CHINESE NVARCHAR2(100))
    grant all on xxeq_temptest to apps
    Connected to apps schema and created synonym for xxeq_temptest and tried inserting the data:
    SQL> insert into xxeq_temptest values ('General Leger','??????','?????');
    1 row created.
    SQL> COMMIT;
    Commit complete.
    SQL> SELECT * from xxeq_temptest;
    ENGLISH
    JAPANEES
    CHINESE
    General Leger
    I am unable to see the chinese characters,Please can any one help me in this?
    Regards
    Raghavendra Nara

    What is your database version ?
    What are your database character sets ?
    Please run and post output of:
    select * from v$version;
    select * from nls_database_parameters where parameter like '%SET%';What is the tool you are using to insert non ASCII characters ? On which OS ?
    Are your sure your OS is able to display Chinese an Japanese characters ?
    Note that SQL*Plus on Windows has limitations and SQL Developer is a better tool for that on Windows.
    Exemple with SQL Developer and Oracle XE on Windows:
    drop table tc purge;
    select * from nls_database_parameters where parameter like '%SET%';
    create table tc(c nvarchar2(10));
    insert into tc values(unistr('\8349'));
    commit;
    select * from tc;output is:
    Succès de l'élément  drop table tc.
    PARAMETER                      VALUE                                   
    NLS_CHARACTERSET               WE8MSWIN1252                            
    NLS_NCHAR_CHARACTERSET         AL16UTF16                               
    Succès de l'élément create table.
    1 rows inserted
    commited
    C         
    草            Edited by: P. Forstmann on 15 oct. 2010 10:04

  • 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

  • Chinese and Korean characters not displaying in navigation pane

    I have an issue with Chinese and Korean characters not displaying on the tabs in the navigation pane:
    I have 2 RoboHelp projects (using RoboHelp 8 with the updates installed) to generate WebHelp, one in Simplified Chinese, the other Korean. The HTML files, .HHC and .HHK were sent out for translations. I have set the appropriate language in the project settings, everything almost works, except for the text on the Contents, Index, and Search tabs. (I'm not using a skin.) I have read in various threads that the lng file should be edited using the RoboHelp interface, and this seems to be the crux of the problem. The characters do not display correctly through the RoboHelp UI.
    The computer on which I generate the WebHelp is Windows Server 2003, and I do not have the language packs installed. (And am having problems getting hold of the language packs to install to see if this fixes the problem.)
    Aside from installing the language packs, is there anything else I can try to help resolve the problem? (The characters in the content are displaying as expected.)
    Any assistance is greatly appreciated

    Perhaps something in the Translation Info section of this page might help? (The specifics are for Japanese, but I believe the issue would apply to all double-byte languages).
    http://helpware.net/FAR/far_faq.htm#JapComp

  • Active Directory domain Services – "You do not have permission to modify the group" followed by (Chinese or Japanese characters). Error message

    Folks:
    I am having an issue with a system, which is throwing a really odd error message. When the user tries to modify the AD group, they receive the following error message:
    “You do not have permission to modify the group”, which is then followed by what appears to be Chinese or Japanese characters. In addition, the characters
    randomly change, which makes me believe the characters are ASCII values or equivalent, not specific values for any coherent words provided by installed language packages.
    Has anyone seen this issue before? If so can you offer any advice?
    Thank you.

    Hi,
    This issue can be caused due to the permissions under Security tab are modified incorrectly.
    Please use delete control wizard to reassign the permissions or correct the permissions under Security tab manually.
    For more information, please refer to the following Microsoft articles:
    Delegate Control of an Organizational Unit
    http://technet.microsoft.com/en-us/library/cc732524.aspx
    Delegate Control Wizard Cannot Be Used to Remove Groups or Users
    http://support.microsoft.com/kb/229873
    Regards,
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
    Which attributes should be checked to grant user permissions to Add users to Members Of option?
    Thanks.

  • Will my phone become unable to view chinese word a...

    i have a nokia c3-01 and current version is 5.6,newest one is 6.0,last time i upgrade my other phone and its become unable to view chinese word,but last time i upgrade using connect to com method,now i wanna update my phone using the software update button,after upgrade can my phone continue view chinese word?

    What you are referring to is non-official methods of updating the phone, which we are not at liberty to discuss here. If you wish to update the phone officially, you should retain your installed languages, but if you don't after the update using Nokia Suite, then read this thread here: http://discussions.nokia.com/t5/Software-Updates/Language-changed-or-missing-after-software-update-s...

  • Unable to view google and facebook in safari

    Unable to view google and facebook in safari on ios 7.0.3 on my ipad mini. The page is trying to reload repeatedly and chrome browser is written on the tab where google/Facebook should be.

    I am not sure of the reasons but that is the normal
    appearance in Safari, at least it is what I have seen. I think the
    issue is how Safari handles things rather than what RoboHelp
    produces.
    In looking at other help products before going for RoboHelp,
    did you download some trial versions of other products and have you
    checked their output in Safari?
    Maybe someone with more knowledge of Safari can comment?
    For what it may be worth, only 1.3% of the visitors to my
    site use Safari so that wouldn't upset me too much. Of course the
    percentage may be different and more important for you. I suspect
    Safari users are used to such things.
    Right or wrong, IE and Firefox are the biggies.

  • How to get Chinese and Japanese input in X11?

    I have tried a few things like building UIM, Canna, and Anthy, but nothing seems to work. For one thing, I seem able to compile and install the Canna library, but when I run ./configure for UIM, it can't find Canna.
    Can somebody walk me through getting Chinese and Japanese input in X11?

    It would probably be good to ask this in the Unix forum:
    http://discussions.apple.com/forum.jspa?forumID=735
    What apps are you trying to use?
    For what it's worth, it recently came up on the Chinese-Mac mailing list:
    http://groups.google.com/group/chinesemac/browse_thread/thread/19d00bd8cc3b1d88

  • Chinese and Japanese font / character still cannot display in AIR 13.0 or 14.0.0.103, Android 4.4.2

    Hi there,
    Chinese and Japanese font / character still cannot display in AIR 13.0 or 14.0.0.103 , Android 4.4.2
    Korean font is OK.
    Any ideas??
    Thanks!
    Contra

    Could you please open a new bug report on this over at bugbase.adobe.com?  When adding the bug, please include sample code or an application so we can quickly test this out internally.  If you'd like to keep this private, feel free to email the attachment to me directly ([email protected]). 
    Once added, please post back with the URL so that others affected can add their comments and votes. I can also follow up once I get the bug number.

  • Issues with their Chinese or Japanese characters while sending mail

    Hi All ,
    I am sending mail using FM SO_DOCUMENT_SEND_API1. I am facing problem with display of chinese and japanese character in mail attachment.
    For example , Data in ABAP table 延平路123弄1号10A is converted to ösï721_ 3S÷83L in excel sent via mail through abap.
    I am using ASCII conversion while filling internal table for attachment.  Since these are not ASCII character conversion is not helpful.
    Please help me for solving above problem.
    Thanks & Regards ,
    Jigar Thakkar.

    Hi Kang Ring,
    please convert the content of the attachement into the binary format and then add it as a mail attachment.
    LOOP AT i_data ASSIGNING <wa_data>.
    if s_output is INITIAL.
    CONCATENATE <wa_data> cl_abap_char_utilities=>cr_lf into s_output.
    else.
    CONCATENATE s_output <wa_data> INTO s_output SEPARATED BY cl_abap_char_utilities=>cr_lf.
    endif.
    ENDLOOP.
    CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
    EXPORTING
    text = s_output
    IMPORTING
    buffer = x_output.
    CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
    EXPORTING
    buffer = x_output
    TABLES
    binary_tab = imail_att.
         OR
    please use ABAP-Object classes like CL_BCS , CL_document_BCS.....
    please findthe below sample code.
      cl_bcs_convert=>string_to_solix(
              EXPORTING
                iv_string   = s_output
                iv_codepage = '4103'          "suitable for MS Excel, leave empty
                iv_add_bom  = 'X'               "for other doc types
              IMPORTING
                et_solix  = s_output_binary  "(of type solix_tab)
                ev_size   = size ).
    attachment->add_attachment(                       "attachment of type ref to cl_document_bcs
              i_attachment_type    = 'xls'                     
              i_attachment_subject = l_subject    
              i_attachment_size    = size
              i_att_content_hex    = s_output_binary ).
    you need to write the code for adding the receipents, subject and adding this "attachment " as an attachment to the mail.
    Hope this will helps to you....,
    thanks,
    Rahim.

  • Unable to view terms and conditions

    unable to view terms and conditions for icloud as keep getting error message "Unable to connect to server" although everything is working

    Try deleting the iCloud account, then sign back in.

  • Unable to view invoices and going into enter mode.

    Dear all,
    Under the Receivables Inquiry responsibility in the AR transaction forms (view invoice).
    Unable to view invoices and going into enter mode.
    Please help to debug this issue.
    Thanks for your help in advance.
    With Regards,
    Sunil Kumar Mallina.

    Please post the details of the application release, database version and OS.
    Under the Receivables Inquiry responsibility in the AR transaction forms (view invoice).
    Unable to view invoices and going into enter mode. Was this working before? If yes, any changes have been done recently?
    Do you get any error? Please elaborate more.
    Thanks,
    Hussein

Maybe you are looking for

  • Cost Element missing in FAGLFLEXT for some PCA Plan records

    Hi Gurus, We have uploaded a PCA plan and can see the same in GP12NA. I see the planned values (GLPL) in FAGLFLEXT from SE16 under the correct accounts for 0L ledger for the correct company code and the fiscal year. I noticed a difference in the data

  • Brush resize with [ ] deletes layer

    Hello, ALL!     I have Photoshop CS4 x64 Extended installed on Windows XP x64 and there is a problem with resizing brushes with brackets []. Pressing these buttons leads to active layer deletion. Undo restores layer and resizing work ok for a while,

  • Display PDF and get possibly modified data back

    Hello we want to display a PDF in the SAP-GUI, either inline or external via the registered application (Adobe Reader, Adobe Acrobat or whatever). If the user has an application that is capable of editing a PDF-Document, we need to get the document's

  • GUI  locking.

    I need help !!!! I have an java Applet that call web services.That applet has a button wich when is pressed it send a request to the SOAP server.The request is an asynchron call because we are invocating a web service wich will return some results. W

  • Not Getting Friend Requests

    So I have been waiting for a few peoples requests to come through and non of them are showing up, even though I have been told they were sent. Whats going on?