About Korean character

Hi,
Could anyone advise me about SAP does not display Korean character?
One example we attempted in AS91 description.
The one displayed in SAP is B200 37?2431
How to enable Korean Character input and display in asset description in SAP system.
Thanks with best regards,
Bird

gss2 wrote:
I get correct spellings in Greek on my iphone but not on my Lion set up.
That's because there is no Greek spell checker in Lion yet.  You need to get the dictionary elsewhere:
http://m10lmac.blogspot.com/2011/06/extra-spell-checking-dictionaries-for.html

Similar Messages

  • Strange folder appearing, named with Korean character 삔

    Quite often I have a folder turn up at the bottom of the list on my HD. It is labeled with a Korean character 삔 meaning "sprained" (as far as I can work out). There's never anything in the folder so I just trash it.
    It's no big deal but it's a curious aberration.
    Anyone have the same issue?

    I also have that folder. Every time I delete it, it appears several days later. What's going on? anyone could solve this problem?

  • Korean character set

    Hi all,
    I am having a problem like,
    My project uses the J2EE Application Model,
    The problem is , if i made a entry to the site(project) in korean character set, the characterset was broken and gets stored into the database.I am using the korean characterset in the Oracle 8i.I guess there should be no problem with the database.The problem is with the parsing of characters by java applications.
    Kindly advise me on the above....
    Thanks,
    Regards,
    jay...

    Hi ,
    ksheeraj, Thanks for ur reply.
    I got ur point.
    But the entire website is in korean language.
    All the datas has to posted and populated in korean language.The insert of korean characters into the database is fine.The database accepts the korean encoding and gets stored properly.
    I am getting problem, in dynamically generated pages, and problem while loading the database values into a combo box like that.
    Kindly help me in fixing the problem.
    Thanks....
    Regards,
    jay...

  • Inserting Korean character

    We have an oracle 10g DB on Sun Solaris with NLS_CHARACTERSET=KO16KSCCS and NLS_NCHAR_CHARACTERSET=AL16UTF16.
    I am connecting to this DB using SQLPLUS.
    Create table t1 (COL1 INTEGER, COL2 VARCHAR2(30));
    My questions are
    1.     How to insert values to this with KOREAN Character to COL2?
    I should see the same character when I do the select after the insert.
    2.     How do I do this from Java program?

    Hi there!
    WE8ISO8859P1 is a character set that is not Euro enabled.
    (see Appendix A of the Oracle 8i National Language Support
    Guide for Euro-enabled character sets).
    I see a couple of possible approaches to solving your
    problem:
    1.) recreate the database with a unicode characterset.
    2.) If 1 is not an option, try defining the column that
    needs the Euro symbol inserted as NCHAR or NVARCHAR2
    and define a (euro-enabled) national character set
    via an environment variable.
    For further details pleas check the "Oracle 8i National Language
    Support Guide".
    Hope that helps.
    All the best
    Michael A. Istinger

  • Help about count character number in a text frame

    Hi, all
    i have a question about how to get the number of character in a text frame. In fact the problem is if there is a table or an image in the text frame, the number of character includes the text in the table.
    Can somebody tell me how to count just the number of character of the text .
    Thanks in advance!!

    Hi! All
    On the top of the Toolbox of INDesign CS3, there are two arrows <>, when one clicks it, it will either
    1. rearrange all buttons in to one column or from one column to two columns
    2. It will change it to horizontal if it is in vertical status.
    What are that two arrows called? I mean what name they are. Thanks
    Regards,
    Z

  • Reg : Uploading Korean Character into SO10

    Hi Friends,
    I have to upload a one full page of korean characters in SO10 to display in smartforms which is maintained in the word document. I copied & pasted into the SO10. But its not coming properly. Lot of characters are missing.
    Please kindly advice.
    Rgds,
    Arun
    Moderator message: not directly related to ABAP development.
    Edited by: Thomas Zloch on Mar 9, 2011 3:46 PM

  • Question about chinese character report

    Hi, I will print some report contain chinese character. My OS is RedHat Linux Advanced server & Application server is oracle 9ias 9.0.2.0.1
    I have already set NLS_LANG="SIMPLIFIED CHINESE_CHINA.ZHS16GBK" in reports.sh. And have add
    helvetica = "ARIALUNI.TTF"(ARIALUNI.TTF is in my reports_path )
    in uifont.ali file under [ PDF:Subset ] section.
    But I still can not see chinese character in my report(PDF), How to solve it ?
    thanks .

    Rao , Thanks for your reply.
    After I Changed locale to chinese in Linux, I can not seen chinese in Oracle Enterprise manager. So, I think my lunux box can not support Chinese .
    When I run my report on windows2000 (Chinese version) application server, I can not see chinese character. But after I edit the uifont.ali and copy ARIALUNI.TTF to $reports_path, I can see chinese character.
    Do you get my means?
    Any question, Contact me.
    Thank you very much !

  • Korean Character printing

    Hello,
    Iam face with an issue of printing Korean characters.
    It's a must that I should use the following criterion.
    Host spool access method  : L print locally using LP/LPR in the output device configuration.
    I searched the oss notes and found out a way to do it uisng SAPWIN(kpsapwin) Device type. It works.
    let me know of any solution.
    Thx
    ugesh

    Hello,
    Iam face with an issue of printing Korean characters.
    It's a must that I should use the following criterion.
    Host spool access method  : L print locally using LP/LPR in the output device configuration.
    I searched the oss notes and found out a way to do it uisng SAPWIN(kpsapwin) Device type. It works.
    let me know of any solution.
    Thx
    ugesh

  • About the character-code of the csv file

    Hi All
    The csv file is made by using the Write_File action.
    Is it possible to make it by character-code "ANSI"?
    Any assistance would be appreciated.
    Thanks,
    hikeda

    guorke,
    I suggest you add userlog to the server to see the tpreturn situation and compare with tpcall's return code. iSucess is -1 means something wrong, other values such as 64, 128... means the tpcall's execution scucessfully and they are code related with internal handler index.
    Wayne

  • Reading the Korean Character from xml file.

    Hai all,
    I am reading the xml file where I have stored the different strings
    in Korean to be displayed when I want to change the Screen
    Setting to Korean Language.But my code is not reading the
    Korean.xml file itself.What is the Procedure to read the Korean xml file.
    How to read the Unicode in java.
    Regards
    Suresh.P

    Here is a sample program that reads and writes a Japanese-language file. You should be able to model your code from it.
    import java.io.*;
    import java.net.*;
    public class GetJapanese{
      public static void main(String[] args) throws Exception{
        String line;
        BufferedReader br;
        PrintWriter pw;
        FileOutputStream fos = new FileOutputStream("zztest.html");
        pw = new PrintWriter(new OutputStreamWriter(fos, "SJIS"));
        URL url = new URL
    ("http://s1.amazon.co.jp/exec/varzea/subst/your-account/downloadable-reports.html");
        InputStream is = url.openStream();
        br = new BufferedReader(new InputStreamReader(is, "SJIS"));
        while ((line = br.readLine()) != null){
          pw.println(line);
        pw.close();
    }

  • Korean Character Support

    I've got several MP3s which have Korean names. The file names correctly display the korean letters, but when I load them in itunes, they appear as random garbage. If I modify the song entry and copy/paste the letters from the file name it has no issue displaying them properly. I've turned on extended text support services in windows. Anyone know what I need to do to get these to show up fine so I don't have to sit there manually changing song names every time?
    [edit]Yes asian language support is installed, and so is the Korean IME.

    Anyone know what I
    need to do to get these to show up fine so I don't
    have to sit there manually changing song names every
    time?
    Basically you need to have the ID3 tags of the songs converted to Unicode. See if this note helps:
    http://homepage.mac.com/thgewecke/mlingos9.html#itunes

  • Korean Character Set display (Fonts?)

    I am attempting to display data with a mixed set of characters that include Korean characters. The American alphabetics are displaying clearly, but the Korean characters are garbled. Is this a matter of font availability or is there a conversion issue occuring?

    Hi ,
    ksheeraj, Thanks for ur reply.
    I got ur point.
    But the entire website is in korean language.
    All the datas has to posted and populated in korean language.The insert of korean characters into the database is fine.The database accepts the korean encoding and gets stored properly.
    I am getting problem, in dynamically generated pages, and problem while loading the database values into a combo box like that.
    Kindly help me in fixing the problem.
    Thanks....
    Regards,
    jay...

  • Korean character handling java

    hi friends
    I want to print korean charaters in a text file.Please help
    or any link haveing example related to this
    thanks

    ChuckBing wrote:
    See
    http://java.sun.com/javase/technologies/core/basic/intl/
    http://java.sun.com/docs/books/tutorial/i18n/index.html
    Please read through these and then if you still have doubts, please ask specific questions and give details.
    Are you trying to read korean chars from a text file and printing them to a JSP or is it a swing app ?
    or ??

  • About mysql character encoding problem

    I have a system with mysql database, in the system all encoding is UTF-8, i want to know if in client which is use utf-8 encoding and then send the form data to server side process. The server will do some process like insert data to database, if i no set the mysql encoding, default is latin1, the data from client side to server and then insert to database, the data in database is utf8 or others? thanks

    If you do not change the MySQL encoding, MySQL will use the default encoding which is latin1. All data inserted to the database will then be in latin1.

  • About entering Korean characters

    I'm making an application that can enter some string as a sort of note. The app create TextField instance upon enter the first character of a string, and set the first character to TextField.text so that typing can be continued to end of the string.
    There is no any issues for typing English characters, but in Korean input mode the first character which is passed to KeyboardEvent.KEY_DOWN handler is English character.
    How can I get the first typed Korean character and make the character the first character of a compositing Korean string?
    Thanks in advence.
    Jason.

    Maybe if you show your code, we can help you best.
    Since my question is, as sends the character corresponding to the instance of textfield?
    It is possible that the way of working with these characters is by using ASCII value
    str.charCodeAt(i);
    where str is String variable and i is the index of the character
    String.fromCharCode(num)
    Where num is the ASCII value of a character

Maybe you are looking for

  • How to resolve "Internal error: ABAP Report  cannot be loaded" error

    Hi All, I am new to SAP.Please help me out from this problem. When I am trying to debug BSP page, in debugging mode it shows "Internal error: ABAP Report  cannot be loaded" error and then dumps. In transaction ST22 it shows this dump something like t

  • Outlook DAV Config error

    When I try to sync my calendar with iCloud I get the error "Outlook DAV Config has stopped working".  Any help?

  • X3-02 in pak or not?

    i want to knw asap  tha is nokia x3-02 available in pak ??? if yes then at wat price ???

  • Payment Error - F-58

    Hi All, When we are making a payment in F-58  we do simulate we are getting an error "Account type D is not defined for document type KZ(vendor payment). " Please advice. Thank you, Misbah

  • How to leave emails on the server in os7?

    Where is the option to leave a copy of all emails on the server on Iphone os7 when using IMAP accounts?  It used to be under settings, advanced, but in os7 I can't find it anywhere? all my emails downloaded to my iphone are deleted from the server an