I need the Traditional Chinese Input!

Apple Team, Please hurry to add Traditional Chinese Input for ipad! Thanks!

If you want to make a recommendation to Apple go here. Apple does not really monitor these peer-help forums.
http://www.apple.com/feedback/ipad.html
This discussion gives a workaround.
http://discussions.apple.com/thread.jspa?messageID=12027604&#12027604

Similar Messages

  • Traditional Chinese Input

    I know that it is possible because once upon a time, I had installed it somehow on my blackberry... but for the life of me I can't remember how.  How does one get the Traditional Chinese Input capability on the BB 8310?
    Message Edited by lwang124 on 12-18-2008 05:57 PM

    You need upgrade the software to multilingual that includes Chinese Input.
    Check with your carrier to know the BlackBerry device OS release or click on this link. Look for the multilingual OS version. Download and install using desktop manager.
    If I help you with any inquire, thank you for click kudos in my post.
    If your issue has been solved, please mark the post was solved.

  • Traditional Chinese input 注音(Zhuyin) gets stucked frequently in safari

    Since I updated to Lion last night, the traditional Chinese input Zhuyin is not working in web page.
    Even I switch to english and switch back, it still not working but English is okay!
    At the same time the Google search bar at top right side of Safari does not have this issue.
    It only happens in web page.
    Snow Leapard does not have this issue too.

    re-send pics
    fail case
    pass case

  • I need Traditional Chinese Input!!!!!!

    Dear Apple Team,
    I don't mind about multi-tasking, chinese interface, wall paper, home screen folder etc....
    But I do want Traditional Chinese Input!
    Just got my iPad days ago in HK, everything is fine and smooth, except i cannot type or write traditional Chinese, and no way i can do now....
    A decision i could not understand at all.....

    A decision i could not understand at all…..
    The language input capabilities of the iPad have been published by Apple in its tech specs since Jan. 27, so that potential customers could be aware of any limitations in that area which might affect them.
    http://www.apple.com/ipad/specs/

  • 6288 Traditional Chinese input?

    Does anyone know if I can get Traditional Chinese input for my 6288?
    Currently my 6288 only has the following input languages: English, Simplified Chinese and Malayu. However, I really need Traditional Chinese input. Is there any way I can get it on my phone?
    Pls help me in this. Thank you.

    The only way to do that is to take the phone to a Nokia Service Center and ask them to load firmware onto the phone that supports Traditional Chinese input.
    Knowledge should be your Advisor when you need help.
    1610»2110»8110»5110»3310»6210»7250i»6220»6230»6230i»6233
    Love me or hate me, its still an obsession. Love me or hate me, that is the question. If you love me then Thank you! If you hate me then ...

  • No Traditional Chinese Input!!!!

    It's an outrage only Simplified Chinese input method is supported. The majority of the US Chinese population, not to mention a very large world population use Traditional Chinese.
    Traditional Chinese input methods are already on iPhones and iPod Touch, why doesn't Apple port it to iPad?
    Make your opinion known and post followup so Apple will pay attention!

    Being able to "read and write both" does not mean the ability to understand it. I'm sure you can "read and write" English, but I'm sure that not everyone in the US knows what "going to the loo" means; hence the cultural difference between the 2 speakers.
    I can read and write both Traditional and Simplified Chinese, and I've played with the Simplified Chinese on my iPad, being a Traditional Chinese writer, "bee-hive digital" does not mean "Cellular Data" to me in any way shape or form.
    Logically, the interface to input would be the same for the iphone and the ipad, where as the iphone does suppose Traditional Chinese. I just don't understand it was left out.

  • Traditional Chinese input method

    I would like to suggest more Chinese input methods should be added in the iPhone 3G.
    FOr example, Traditional Chinese 'Jianyi' - 'Simplex', this is more convenient to use than 'pinyin'.
    I hope that this will be covered in the new update.

    how do you change to chinese input method?
    See page 27-28 of the iphone user guide.
    http://manuals.info.apple.com/en/iPhoneUserGuide.pdf

  • I need a traditional Chinese font

    I am having a number of graphics designed for a Mandarin audience. The translated documents have arrived in traditional Chinese, described as Symbol MingLiU in microsoft software. Where do I get access to the same or similiar font for use in Illustrator?

    You can purchase it here:
    http://www.ascenderfonts.com/font/mingliu-traditional-chinese.aspx
    The characters should be readable with any Unicode font that comprises the Chinese glyphs, such as Arial Unicode MS. Note, however, that MingLiU is a "Mincho" (serif) style face, whereas Arial is a "Gothic" (sans serif) style face.
    You might get by with MS Mincho, which you might already have on your system. (It ships with MS Office, although you might have to actively install it.)

  • Need the format for input file for standard program

    hi can any one please give me the format in which the file to be uploaded to program RFBIBL00 ,
    must be in for example my excel file to be uploaded has the following columns.
    company code
    accounting doc
    line item
    fiscal year
    doc type
    doc date
    so is there any program which can create a file in the format to be uploaded taking this excel sheet.
    i read the documentation but i am little confused about that.
    thank you.

    Ok.. I have created one small test program for RFBIBL00.
    That program uses this file format:
    indicator     company code      fiscal year      doc type      doc date     positng date     header text     Account     posting key      amount      item text      assignment number ....
    H     0001     2007     SA     11/21/2007     11/21/2007     Test from RFBIBL00                         
    D                                   106210     40     123.3     Line 1     
    D                                   106210     50     123.3     Line 2     
    H     0001     2007     SA     11/21/2007     11/21/2007     Test from RFBIBL00                         
    D                                   106210     40     123.3     Line 1     
    D                                   106210     50     123.3     Line 2     
    Copy this data into one notepad and save it as .txt file. you need to provide this path to the test program.
    The source code of the program (Currently it is only test version):
    *& Report  ZTEST_NP_RFBIBL00
    REPORT  ZTEST_NP_RFBIBL00.
    TABLES:  BGR00,                        " Batch-Input Mappendaten
             BBKPF,                        " Batch-Input Tcode + Belegkopf
             BBSEG,                        " Batch-Input Belegsegment
             BBTAX,                        " Batch-Input Belegsteuern
             BSELK,                        " Batch-Input Selektionskopf
             BSELP.                        " Batch-Input Sel.positionen
    DATA: BEGIN OF IT_FILE OCCURS 0,
          IND,
          BUKRS(4),
          GJAHR(4),
          BLART(2),
          BLDAT(10),
          BUDAT(10),
          BKTXT(25),
          HKONT(10),
          BSCHL(2),
          DMBTR(17),
          SGTXT(30),
          ZUONR(17),
          END   OF IT_FILE.
    DATA:    C_NODATA(1)  TYPE C VALUE '/'.   " NODATA
    SELECTION-SCREEN: BEGIN OF BLOCK BLK1 WITH FRAME TITLE TEXT-T01.
    PARAMETERS:       P_LFILE TYPE CHAR70 OBLIGATORY,
                      DS_NAME TYPE CHAR70 OBLIGATORY LOWER CASE,  "< Server file
                      GR_NAME(12) TYPE C DEFAULT 'FI_TEST'.
    SELECTION-SCREEN: END   OF BLOCK BLK1.
    START-OF-SELECTION.
      PERFORM UPLOAD_DATA.
      OPEN DATASET DS_NAME FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
      PERFORM INIT_STRUKTUREN_ERZEUGEN(RFBIBLI0) USING C_NODATA.
      PERFORM SET_DATA.
      CLOSE DATASET DS_NAME.
      PERFORM SUBMIT_RFBIBL00.
    *&      Form  upload_data
    FORM UPLOAD_DATA .
      DATA: L_FILE TYPE RLGRAP-FILENAME.
      L_FILE = P_LFILE.
      CALL FUNCTION 'WS_UPLOAD'
        EXPORTING
          FILENAME                      = L_FILE
          FILETYPE                      = 'DAT'
    *    HAS_FIELD_SEPARATOR           = ','
        TABLES
          DATA_TAB                      = IT_FILE
      IF SY-SUBRC <> 0.
        MESSAGE S398(00) WITH 'Error while uploading'.
        LEAVE LIST-PROCESSING.
      ENDIF.
    ENDFORM.                    " upload_data
    *&      Form  set_data
    FORM SET_DATA .
      PERFORM SET_BGR00.
      LOOP AT IT_FILE.
        CASE IT_FILE-IND.
          WHEN 'H'.
            PERFORM SET_BBKPF.
          WHEN 'D'.
            PERFORM SET_BBSEG.
        ENDCASE.
      ENDLOOP.
    ENDFORM.                    " set_data
    *&      Form  set_BGR00
    FORM SET_BGR00 .
      PERFORM INIT_BGR00(RFBIBLI0) USING BGR00.
      BGR00-MANDT = SY-MANDT.
      BGR00-GROUP = GR_NAME.
      BGR00-USNAM  = SY-UNAME.
      BGR00-NODATA = C_NODATA.
      TRANSFER BGR00 TO DS_NAME.
    ENDFORM.                                                    " set_BGR00
    *&      Form  set_bbkpf
    FORM SET_BBKPF .
      PERFORM INIT_BBKPF(RFBIBLI0) USING BBKPF.
      BBKPF-TCODE     = 'FB01'.
      BBKPF-BLART     = IT_FILE-BLART.
      BBKPF-BUKRS     = IT_FILE-BUKRS.
      BBKPF-BLDAT+0(6) = IT_FILE-BLDAT+0(6).
      BBKPF-BLDAT+6(2) = IT_FILE-BLDAT+8(2).
      BBKPF-BUDAT+0(6) = IT_FILE-BUDAT+0(6).
      BBKPF-BUDAT+6(2) = IT_FILE-BUDAT+8(2).
      TRANSFER BBKPF TO DS_NAME.
    ENDFORM.                    " set_bbkpf
    *&      Form  set_bbseg
    FORM SET_BBSEG .
      PERFORM INIT_BBSEG(RFBIBLI0) USING BBSEG.
      BBSEG-NEWKO = IT_FILE-HKONT.
      BBSEG-NEWBS = IT_FILE-BSCHL.
      BBSEG-WRBTR = IT_FILE-DMBTR.
      BBSEG-SGTXT = IT_FILE-SGTXT.
      TRANSFER BBSEG TO DS_NAME.
    ENDFORM.                    " set_bbseg
    *&      Form  submit_rfbibl00
    FORM SUBMIT_RFBIBL00 .
      SUBMIT RFBIBL00 WITH DS_NAME = DS_NAME
                      WITH CALLMODE = 'B'
                      WITH XLOG = 'X'
                      AND RETURN.
    ENDFORM.                    " submit_rfbibl00
    If you have any problem getting file, send me an e-mail (my id is on my business card) I will send you the file as a attachment
    Regards,
    Naimesh Patel

  • Traditional Chinese Input Method -- Combine characters?

    I use OS X's IM to type Chinese characters alot and recently stumbled into an ancient word (was doing some classical literature stuff) which I couldn't find it anywhere using Pinyin or the Character Palette. This word can be made up from two singular word, one on each side. Now my question is, does anyone know a way to 'create' such word or 'combine' two Chinese words to form one single word?
    Hope there're some brighter light out here.

    I use OS X's IM to type Chinese characters alot and recently stumbled into an ancient word (was doing some classical literature stuff) which I couldn't find it anywhere using Pinyin or the Character Palette. This word can be made up from two singular word, one on each side. Now my question is, does anyone know a way to 'create' such word or 'combine' two Chinese words to form one single word?
    There is no way to create Chinese characters which have not been encoded. But the chances are good that it is already available -- you may just need to install a font which covers the CJK Extension B. If you could provide the the unicode values of the two components, I can try to find it in tables I have.

  • IOS4.2 includes Traditional Chinese writing or input?

    Would the new iOS4.2 includes Traditional Chinese writing or input? Any has any inside info?

    The interesting thing is why the Traditional Chinese input was omitted from the iPad? Apple people, why? What was the rationale behind this? I am really baffled!
    You aren't talking to Apple here, just other users like yourself, so nobody can possibly answer your question. More than 2 dozen keyboards present in the iphone were not included in the first version of the iPad OS, and I would imagine that Traditional Chinese was omitted for exactly the same reason that the others were omitted, whatever reason that was.

  • Traditional Chinese Hand Writing Input

    Do anybody know when or where can I get the Traditional Chinese Hand Writing Input for ipad

    Do anybody know when or where can I get the Traditional Chinese Hand Writing Input for ipad
    There is no separate Traditional Chinese input of any sort on the iPad yet, but I have seen reports that you can use the Simplified Chinese Handwriting Input to create Traditional Chinese characters. Try it and let us know if it works.
    Also tell Apple you want this added:
    http://www.apple.com/feedback/ipad.html

  • Need Help! Traditional chinese characters not well in Adobe Reader on Win 7

    We receive pdf fiels from our partner and it has gone well. After we upgrade our client OS to Windows 7. The traditional chinese charcters become some kinds of symbol. But it shows well in Windows XP with the same version 9 of Acrobat reader. Here is the font propriety of the pdf:
    Any idea?

    Do you have the Asian Font Pack for Adobe Reader 9 installed?

  • Traditional Chinese Support (International Keyboard Setting)?

    Greetings people, does anyone know whether Traditional Chinese input is supported on iPad? I was able to enable Simplified Chinese from Keyboard's International setting for both Pinyin and Handwriting but couldn't find Traditional Chinese anywhere. Any thoughts on that please? Thanks in advance.

    Greetings people, does anyone know whether Traditional Chinese input is supported on iPad?
    No, it is not yet supported. That can be seen in the tech specs which were published Jan. 27.
    http://www.apple.com/ipad/specs/
    Traditional Chinese is among more than 2 dozen languages which are supported by the iPhone but not yet by the iPad. Presumably it will be added via future software updates, but nobody can tell you when that will happen and Apple never provides advance info on such improvements.

  • Traditional Chinese into my new BB8220

    I saw this news from BlacBerry Press news about traditional Chinese input method
    http://na.blackberry.com/eng/newsroom/news/press/release.jsp?id=1884
    Although it is for BlackBerry Bold, is it possible 8220 users also have this support?
    If yes, that would begood news for me. Thanks.

    Having the ability to switch quickly between Simplified Chinese and Traditional Chinese and English is Key. In Singapore, Hong Kong, Taiwan and mainland China there are over 100 Million Traditional Chinese users. I would even go so far as to suggest that the majority of Chinese Blackberry customers are probably Traditional Chinese users as it is a higher end market.

Maybe you are looking for

  • Ipod 30gb - error message while converting cds

    So I just got a 30gb Ipod. I tried to rip cds into Itunes, but I was getting error messages saying "Itunes can not convert song". So a friend suggested that it was the computer I was on. Last night I restored my Ipod on my laptop, tried to convert a

  • Mac mini display color changed.  How do I get it back to normal?

    I picked up my keyboard to remove dust and dirt, and I must have pressed some button or two, because now the colors in my display are horribly wrong. I opened Library/ColorSync and then Profile First Aid. I verified and repaired and got this message:

  • Invoice verification using upload file

    Hi SAP fans out there... Right now I'm in process to development functional specification Auto IR program using text file. The process is like this; after PO item has been GR by the part personal team our vendor will give the text file to finance dep

  • ERROR IDoc2File "Cannot produce target element"

    Hi, well i am sending an IDoc as i did some times before via XI to the client. Funny thing is that now it's the first time the MM is not able to handle empty fields from sender. I configured the target DT and the field 'co' from IDoc for occurrence w

  • Modelling Info Required for ABAP Work bench

    Dear All,    We need your help in the below issue. Please try to provide your valuable inputs for the same.    We are trying to develop a solution in the R/3 system which tries to compare different table/fields and checks the consistency of the data