Support Chinese Character

Hi,
I have some problems on handling Chinese Character.
I pass Chinese words to CFC and then do the SELECT search in DB. However, I find it cannot find Chinese words correctly.
When I try to prompt (  alert(#trim(URLDecode(search_tenderee_name))#)  ) the wordings retrieved in CFC, it shows me incorrectly word.
I use the following method to call CFC:
ColdFusion.navigate('cfc/control.cfc?method=loadNameListSelection&search_name='+escape(doc ument.getElementById('search').value),'tableList');
Can anyone help me to solve this problem?
P.S. I have also tried:
ColdFusion.navigate('cfc/control.cfc?method=loadNameListSelection&search_name='+document.g etElementById('search').value,'tableList');
alert(#trim(search_tenderee_name)#)
It also cannot prompt me the correct Chinese Character.

no you can't if you have a US variant it has a language pack specific to north american region. you might be able to go to nokia care and ask them to install a language pack with Chinese language but make sure it also has other languages that you are likely to use . also it will cost you as it is not standard to switch language packs
You know what I love about you the most, the fact that you are not me ! In love with technology and all that it can offer. Join me in discovery....

Similar Messages

  • Urgent!!! Nokia 515 do not support Chinese charact...

    Dear Experts,
    I bought Nokia 515 on Saturday in Greece, and I like it very much. But I find that it doesnot support Chinese characters. As I have lots of Chinese friends, I need to read and text Chinese messages, now there are all squares.
    Can I change the firmware or turn to the nokia service center in Greece for help? It's really urgent for me, I need your help!!!
    Thank you!
    Solved!
    Go to Solution.
    Attachments:
    IMG_0396.JPG ‏1572 KB

    you're most welcome , glad to hear it went so speedily

  • Media Manager doesn't support Chinese character file name?

    I've tried to add files to the library, but non of the files named with Chinese characters were able to add. It give me an error.

    That's interesting - we'll have to check on that for you.

  • 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.

  • The upgrade N70 is sucks No More Support Chinese C...

    It make me quite frastrated, after I have upgrade the firm for my N70 it no more support chinese character. The worst the font size is ugly and big.
    Really need helps where to find the firmware.
    Nokia Online Update really sucks!!!!!

    I have the same problem with you, please help me to solve this problem. How to reset the phone to support reading Chinese character? Thanks in advance.

  • Chinese Character Search

    Hi All,
    I am working on an application which supports Chinese character search.
    I am having a column in one table which stores the chinese names.
    Now when this column contain only the chinese character the search query : select * from table where chinese_name like '{chinese_character}%' gets failed, leading to 0 returns.
    On the contrary, when the name is a mix of english and chinese characters then this query gives result. Being specific, the english characters should be first.
    Please suggest
    Regards,
    Nitesh

    Still no response after 2 weeks...

  • Oracle-chinese character XML

    does oracle database store chinese characters?
    How do i generate XML file using PL/SQL that support chinese character?
    will using XMLELEMENT work...? in that case.
    Thankyou for your replies.

    I do not have any personal experience with this, but it should work in theory - XMLELEMENT code should not care what characters are being stored in the database. Perhaps others with more experience with using XMLELEMENT can comment.
    Srini

  • Does MuVo N200 fully support Traditional Chinese charact

    I wonder if MuVo Micro N200 sold in the UK fully support Traditional Chinese character and some Asian languages such as Japanese(both in showing MP3 file/song name and in user interface)?
    Or, I can only get UK-spec N200 and it only shows English/European Languages?

    No, the unicode support have bugs for reading the id3 tags.
    Some characters are missed sometimes.
    Its no good.

  • Chinese character support for 6210 Nav

    I brought my mobile in Australia which cannot support Chinese characters (Traditional). Is there any application i can install so that my mobile can support Chinese characters (Traditional)?
    Francis 

    easiest way to gain support for traditional chinese characters would be to take your phone to your local Nokia Care Centre and ask them to install additional languages and the character support that you require.
    please throw some kudos our way, it would mean a lot to us
    If you found this or someone's comments helpful or like what that person has to say, please give some Kudos to their post!

  • Flex support for writing pad ( inputing chinese character)

    I design a web application that allow customer to input their
    messages into the database.
    If the input is via keyboard, it is no problem. But it does
    not work if the customer is using writing pad for inputing chinese
    character.
    Does Flash support this, if it is, how ?
    Thanks

    I'm sure there is a large part of the Mac market that couldn't care less about this, but for those who can use it it's a major reason for buying SL.
    Actually I seen a fair amount of disappointment from people who found after buying SL that the trackpad character input feature is only available on a restricted number of machines, and some have felt misled by the advertising about it. Hopefully Apple will be able to expand its availability in the future.
    I'd be curious what you find it most useful for: Input of text of some length into documents, emails, etc., or smaller tasks like looking up characters in dictionaries.

  • Forms/Reports Chinese character support

    We have an existing db (10.2.0.4.0) and forms (11.1.2.1.0) application, that we're trying to extend to support Chinese characters.
    We're looking to add some unicode (nvarchar2) columns to existing tables, rather than converting the whole db charset.
    I've pasted my environment settings below. What I've found so far in trying to create a local (ie. running the form in Builder with local weblogic running) test form, is that I can insert the chars ok (using plsql developer) and the test form can display them correctly, but cannot write them back to the database. They appear as upside down question marks in any records the form has created.
    Env variables:
    NLS_LANG = .UTF8
    Database:
    NLS_CHARACTERSET = WE8MSWIN1252
    NLS_NCHAR_CHARACTERSET = AL16UTF16
    1) So, can anyone give me any pointers on how to get the form to write the characters back into the database correctly?
    2) The chinese chars will only be relevant to a few forms inside the app, are there any settings local to the form that will enable unicode support, rather than setting at OS level. ie, an alter session, or equivalent?
    3) Oracle Reprts doesn't appear to have an nchar datatype unlike Forms, is there anyway to get Reports (generating PDFs), to include Chinese, or is it not possible?
    thanks in advance, please let me know if you need any more info.
    **EDIT**
    I now have the chars writing back to the db ok. If you do it via an INSERT statement from inside the form, it doesn't work. It appears the value is sent to the db in the normal charset rather than the national charset, and it's written as a question mark. If you pass the value from the form into a back end stored proc though (which does the insert) it works okay.

    I have not worked with Forms for a long time. Are use sure they actually support the NVARCHAR2 data type?  My memory tells me that they do not.
    I recommend migrating the database to AL32UTF8.  You can support NVARCHAR2 in Forms using workarounds with stored procedures to move data as you described (you should be able to do this while reading as well.) but NVARCHAR2 data type is discouraged as it is not necessarily supported by all database features. For example, you cannot built an Oracle Text index on an NVARCHAR2 column. I am also not surprised that Reports cannot support NVARCHAR2.
    -- Sergiusz

  • PDF report in 6i does not support the Simplified Chinese Character?

    Hi :
    I generate the PDF format report by report 6i (patch 5) , but the Simplified Chinese Character does not display in PDF files correctly(Acrobat reader 5) , Why ??
    can somebody help me , thanks in advance !!!

    I believe this is not available in PDF until 9i - ref <Bug:1738911>
    Regards
    Grant Ronald

  • E72 Chinese character support available?

    Hi all,
    I recently bought a E72 with English/Spanish/French/Portuguese languages available and noticed that it cannot display Chinese characters in texts and the internet browser. Is there any way to change the OS to one supporting Chinese characters (e.g. Hong Kong version)? Are there any other ways I can view Chinese or other Asian text in applications or websites?
    Thanks,
    Jeff

    I've written a solution of how to read chinese characters on the E72 here:
    /t5/Phone-Applications/REQ-Nokia-Messaging-Enable-​Japanese-amp-Chinese-in-email/td-p/732249
    Simply installing font with unicode does not work because the font properties have to be named in a special way and also make sure you do not include Korean glyphs in the font.

  • Chinese Character support

    Hello, my video production requires Chinese characters. Does anyone know if this is possible in visual communicator? I try inputing Chinese characters into the title screen and I get question marks, and it also doesn't let me type Chinese characters in the teleprompter. If anyone knows how to fix this please help! Thanks!

    Is there any schedule for supporting Chinese Font on epub files?
    Android does include the characters - we do not believe that it would be a big task.
    I heard that Kindle does support it.
    It's really upsaid for this kind of minor defect.

  • Data upload Vendor Master Chinese character from Excel does not upload

    Hi Gurus,
    We are trying to upload Vendor Master from Excel sheet.
    The Chinese characters in excel sheet is not getting uploaded.
    After upload, we see in SAP as ????? for these Chinese character.
    Could any one inform what setting I may need to change?
    Thanks and Best Regards,
    Mohan

    Hi Bala,
    Goto he Initial screen of SAP and click the ALT+F12    costomizating of local setup.the choose the options-->choose the I18N Tab in that POP up and check the Activate the multi byte support.
    press Apply and OK.
    close the  SAP Log on and Re-loag on.if u r not closing the Logon screen the changes wiil not effect.
    or
    click on the log on SAP and choose the server  name -->right click ->Properties>chose the log on language as chanies .-->Apply and Logon.
    Now u can eassily Upload to the Excel in checnies language.
    Thanks & REgards,
    Nelson.

Maybe you are looking for