Issue Searching for Chinese Characters

I am creating pdfs from SQL Server Reporting Services. I have the data stored in Chinese characters and it displays fine when the files are opened. Our problem is we are unable to search for any Chinese characters. When we copy a Chinese character from the document and paste into the search box we get the following and it does not find the characters.   
When I inspect the Fonts it has the following :
Calibri /regular/bold/Italic (Embedded Subset)
     Type:True Type
     Encoding:Ansi
PMingLiU (Embedded Subset)
     Type:True Type
     Encoding:Ansi
PMingLiU (Embedded Subset)
     Type:True Type(CID)
     Encoding:Identity-H
Do I need to install different fonts on my server or clients to make the search box recoginize the Chinese characters.
I am using Reader v10.1.7 and I have installed both Chinese font packs

What is your operating system?
I cannot reproduce this with English Reader 11.0.3 on Windows 7.  I open a random Chinese document (i.e. http://newyork.china-consulate.org/chn/lszj/P020110622119203610776.pdf), then search for some Chinese characters (e.g. 中国), it displays it correctly in the search box, and also finds the characters in the document:
Do you use the English or Chinese Reader version?

Similar Messages

  • Blank spaces while using GUI_DOWNLOAD for Chinese characters

    Hi,
    While using GUI_DOWNLOAD for chinese characters I have used a code page option of 8300 for Chinese.
    The file which is getting downloaded in a notepad has some Chinese characters coming under some headings.
    After that columns other columns are getting shifted towards the right.
    This is working correctly for English characters.
    Can someone please help me.
    Now I am using CL_GUI_FRONT_END_SERVICES=>GUI_DOWNLOAD.
    What special options should I pass now.
    Regards,
    Subhashini

    Hi,
    I only solved my problem by using different code pages 8400 and 8300 for Chinese and Taiwanese characters.
    I fixed the lengths of the fields by converting them to hexadecimal string and back to string using these function modules as below.
    DATA:lv_xstring TYPE xstring,
           lv_temp TYPE string.
      DATA: lv_conv TYPE REF TO cl_abap_conv_in_ce.
      lv_temp = p_name.
      CALL FUNCTION 'HR_KR_STRING_TO_XSTRING'
        EXPORTING
          codepage_to      = p_codepage
          unicode_string   = lv_temp
          out_len          = p_outlen
        IMPORTING
          xstring_stream   = lv_xstring
        EXCEPTIONS
          invalid_codepage = 1
          invalid_string   = 2
          OTHERS           = 3.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    CALL FUNCTION 'HR_KR_XSTRING_TO_STRING'
       EXPORTING
         from_codepage = p_codepage
         in_xstring    = lv_xstring
         out_len       = p_outlen
       IMPORTING
         out_string    = p_string.
    Create a Conversion Instance
    lv_conv = cl_abap_conv_in_ce=>create(
    encoding = p_codepage
    input = lv_xstring ).
    v_conv->read( IMPORTING data = p_string ).
    Regards,
    Subhashini

  • Search on Chinese Characters

    Hi,
    I have problem with running a query where I search for records using the "like" clause. The data is in Chinese and search is inconsistent.
    The records are sometimes displayed right with certain like criteria where as they fail with the others.
    Any help?
    Thanks.

    The encoding used in <String>.getBytes(java.lang.String encodingName1) and that used in the constructor String(byte[], encodingName2) ought to be the same, i.e.,
    "encodigName1.equals(encodingName2)" must be true.
    And if you obtain a byte array through the getBytes("US-ASCII") the correct information of Unicode characters is lost there.

  • Issue with printing chinese characters

    Hello All,
    When our users try to print an order, two specfic chinese characters ( in Taiwan version) are getting printed as #. In the spool display the chatacter is appearing correctly, but when getting printed actually , it is coming as #.
    &#36394;  
    &#29641; 
    The same character is getting printed from all microsoft office tools, the problem is only from SAP ( 4.7)
    Tried on several models( HPLaserJet Q6511Q, HPLaserJet Q7551Q, dot matrix printer EPSON LQ-2180C) with frontend printing  , device type is TWSAPWIN
    Any pointers , please let me know
    Thanks
    Arun

    Could you please let me know what is the solution..even we are having similar issue currently

  • Convert spool to pdf for Chinese characters

    Hi,
       I need to convert spool to pdf for chinese font.
       Spool is creating successfully, and contents are displaying properly. When try to convert the spool to pdf using 'RSTXPDFT4', the pdf is generated successfully, when trying open the pdf, contents are missing, its like empy white pdf page. This is happening for the Chinese font. The same script is working fine for the English font.
    Plz suggets
    Thanks
    Balaji

    Hi Balaji,
    I am having a similar issue with Simplified Chinese, Traditional Chinese, and Thai fonts when saving spools to PDF.  Have you found any more information on why the output shows up as a blank screen?
    We are printing Purchase Orders and the T&Cs are coming through fine because they are saved as picture files but the smartform does not display at all.
    Any information would be appreciated!
    Thanks,
    Josh

  • Search for certain Characters within set of Characters - in a field

    Hello -
    I know a search can be made within a field for a word, but I am not to sure, or I don't know how to accomplish this...To do a search in a field for certain characters within a larger set of charcters.
    For example: I would search, in the Call Description field, for DXXXX within CA0001DXXXXYYY or search for LXXXX within CA0001LXXXXYYY, the X is numeric characters and the Y's are Alpha characters. Can crystal accomplish this....
    Thanks for your gracious help....
    G.

    Like I said earlier, this code:
    If instr({database_field}, 'DXXXX') > 0 then "String Found" else "Not Found"
    cannot be used in a Record Selection formula.
    The following code can be used in the Record Selection formula:
    Instr({database field}, "string") > 0
    If you wish to search for 'D4444' in the field and return records where a match is found, you would use:
    Instr({database field}, "D4444") > 0
    -Abhilash

  • Enable wiki searches for 3 characters

    I've edited a wiki entry on "installing a arch to a usb key". The main two words here are "usb" and "key". However, mediawiki doesn't allow you to search using three characters. So my edited article is lost to all those searching. I know you can look at the categories section, but it'd be nicer if it was fixed by someone with admit access to the wiki.
    I've found this work around: http://www.mwusers.com/forums/showthread.php?t=2018 Would anyone be willing to implement it?

    hm.. yeah this would be a good idea.. most forums and wikis have this restriction -- it's kind of annoying when you want to search for something like say "dsl"

  • ORE 1.3 support for Chinese characters?

    I'm using ORE 1.3 on Linux, and my database tables have some fields containing Chinese string values. These Chinese string can be displayed correctly in Oracle SQL Developer, but in ORE 1.3 when I pull data into a data.frame, they are displayed as '????'. It is the same when I use ORE 1.3 Windows client. I know that R itself can process Chinese characters correctly. So I wonder if ORE 1.3 connections can process Chinese and how to. Thanks!

    Does anyone know how to solve this problem?

  • Code page conversion for chinese characters

    Hi,
    we receive an XML via JMS sender adapter where the code page in the Sending MQ system is cp850.
    One tag we receive contain chinese characters but are encoded as below
    <FAPIAO><Title>马么</Title><Remark>*æ¤,波特肉*</Remark></FAPIAO>
    We have tried the messageTransformBean in the sender JMS adapter to convert into UTF-8, but that gives no change.
    If we use some other code page, BIG5 some of the characters are converted to chinese characters, but we need to have it as UTF-8.
    Is this possible or do we have to use some other codepage?
    Best Regards
    Olof

    Olof Trönnberg wrote:
    Hi,
    we receive an XML via JMS sender adapter where the code page in the Sending MQ system is cp850.
    One tag we receive contain chinese characters but are encoded as below
    <FAPIAO><Title>马么</Title><Remark>*æ¤,波特肉*</Remark></FAPIAO>
    XML has to be transported as binary always.
    Remove the encoding parameter in comm. channel.
    Besides: obviously this is UTF-8, so how can you say, the code page of the sending system is cp850?
    It seems, that you have a wrong information.

  • Can't search for certain characters in Address Book

    Hello all,
    Since there is no search and replace in Address Book, I have this problem: I long ago entered some 3 digit area codes with abbreviated versions such as "9/" or "8/", etc. I now wish to change the abbreviated versions to the actual three digit area codes, and there are quite a lot of them. But when I search for "9/", for instance, the search returns every entry of "9", but no example of anything containing "/". I guess this is a limitation (albeit a strange one) of Address Book or OSX itself.
    Does anyone have a clue how I can make the necessary changes, or if there is a search & replace script or application available?
    Thanks

    From the iPod Touch (4.1) Users Guide:
    You can search first, last, and company names in your contacts on iPod touch.
    Thus, there are only three searchable fields and phone # is not one of them.

  • Search and replace characters in a string

    I am very new to Sharepoint and need your help.  I have set up a calculated column in a sharepoint list that combines a IT release number to its Release title.  The list is set to appear on a calendar plus web part.  The idea is to show
    the title and release number of all deployments going to the field on a particular day.  The issue is that the release number has a bunch of zero's in it that I do not need to be displayed.  For example a release number could be "RND000000123456". 
    I need to parse out "D000000" so only "RN123456" along with its title show up on the calendar.  Please help!!

    Go here and search for "Remove characters":
    http://msdn.microsoft.com/en-us/library/office/bb862071(v=office.14).aspx
    From that page:
    Remove characters from text
    To remove characters from text, use the LEN, LEFT, and RIGHT functions.
    Column1
    Formula
    Description (possible result)
    Vitamin A
    =LEFT([Column1],LEN([Column1])-2)
    Returns 7 (9-2) characters, starting from left (Vitamin)
    Vitamin B1
    =RIGHT([Column1], LEN([Column1])-8)
    Returns 2 (10-8) characters, starting from right (B1)
    You could also try the REPLACE function:
    http://office.microsoft.com/en-us/windows-sharepoint-services-help/replace-function-HA001161055.aspx
    Brandon Atkinson
    Blog: http://sharepointbrandon.com

  • How do i search for a specific email in mail.

    I would like to know how do i search my inbox for an email that was sent more than a week ago. There is no search optin, or a "sort by" option as in mails on an i-Mac.

    Hi CarlaBez,
    If you are having issues searching for specific email messages on your iPhone, you may find the following articles helpful:
    iOS: Understanding Spotlight Search
    http://support.apple.com/kb/ht3636
    iPhone User Guide For iOS 7.1 Software
    http://manuals.info.apple.com/MANUALS/1000/MA1565/en_US/iphone_user_guide.pdf
    (pg. 50 for Mail options)
    Regards,
    - Brenden

  • PDF conversion for chineese characters in Unicode system

    I am facing a problem while converting the SAP Script Output to PDF format for Chinese characters. 
    I am working on ECC (5.0) Unicode system.
    Scenario:
    After saving a Purchase Order an E-mail is sent to the customer - attaching the
    PO output in PDF format.  E-mail was received successfully by the receiver, but while opening the pdf all the chinese characters were displayed in junk characters in the pdf. All the English characters are properly displayed.  I tried to open the pdf file in Acrobat Reader versions 6.0, 7.0, 8.0. but no result.  I used CONVERT_OTF function module for converting the OTF format to PDF format. I tried using the fonts CNSONG also.
    I tried by executing the standard program RSTXPDFT4 for converting to PDF by giving the spool.  In the spool it is showing the Chinese characters perfectly but in the PDF the Chinese characters were were showing as Junk.
    Can you please help and advice to see the Chinese characters in PDF in Unicode systems.
    Thanks in advance.

    >
    Juraj Danko wrote:
    > Hi,
    > I have similar problem than you ... how have you solved it?
    > thanks
    > Juraj
    I found a solution, but I am not sure, if it was for this problem or
    output problem with for example PL in non-unicode systems.
    I created the input for CONVERT_OTF with CALL FUNCTION 'PRINT_TEXT'.
    PRINT_TEXT has to be called with DEVICE = 'PRINTER',
    DEVICE = 'ABAP' uses internally the wrong code page.
    You have also to set otf_options-tdprinter to a valid printer,
    if it is empty, the default printer from user settings is used.
    You can use code example from SAP note 413295.
    Before you call CONVERT_OTF, you can also check entries with 'FC' in OTF input.
    The font (see description of OTF format in SAP help) must be set like described in SAP note 144718.
    /Tibor
    Edited by: Tibor Gerke on Jan 13, 2011 10:29 AM

  • How to search for brackets in wildcards?

    Is there any way to search for ALL characters (including punctuation, dashes, and spaces) that are within brackets [ ], including the brackets? For example, after wildcard searching, I would like ALL of  [test1123 abc 7.77]  or [aaa 3_1 abc 7.77] to be highlighted (including the brackets) so that I could make them as conditional text.
    What is the proper wildcard search string that I should enter? Thanks.

    zeedale,
    There is no simple, one-shot solution from within FrameMaker. The Wildcard option does not give you a full-fledged regular expression search engine, although that would be nice. The official explanation of wildcard character options is here:
    http://help.adobe.com/en_US/FrameMaker/9.0/Using/WSd817046a44e105e21e63e3d11ab7f7862b-7ff6 .html
    One thing could be more precise in the docs: * is for one or more word characters, like | stands for one or more non-word characters.
    To achieve your goal I would suggest to do as follows:
    To find all one-word instances, search for \[*\] - you have to use \[ for each literal [ because the brackerts are special characters as soon as the Wildcard option is selected
    To find two-word instances, search for \[*|*\], etc.
    HTH,
    - Michael

  • How to get utf-8 Chinese Characters from Oracle DB by EJB

    We have found that after disabling JIT in weblogic, the Chinese can be displayed correctly, otherwise, it doesn't work.How come this happens?

    Thanks for all of your suggestions. It still refuses to work.
    I entered the following: ���^�E on the HTML form using the Chinese(PRC)keyboard on my Win2K box.
    I checked and verified the correct encoding in the servlet request (GB2312 for chinese characters)
    request.getParameter(xxx) yields ???
    new String(request.getParameter(xxx).getBytes("GB2312")) yields three boxes (values 20309, 27946 and 23380)
    new String(request.getParameter(xxx).getBytes("GB2312"), "UTF-8") yields nothing
    Any ideas?

Maybe you are looking for