CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Japanese Chars

  1. #1
    Join Date
    Mar 1999
    Posts
    2

    Japanese Chars



    I am outputing some Japanese Characters in a MFC app. It works fine on a Japanese PC but turns into ?? when run on a English PC. I am outputing the chars right now using UNICODE in CString. I have tried all resource strings but to no use.


    Can anyone help


    Regards

    Sebastian

  2. #2
    Join Date
    Jan 2001
    Location
    Belfast or Dundee, UK
    Posts
    12

    Re: Japanese Chars

    Hajimashite!
    I think they use the codes we would use for encoding Romaji, and the Hiragana/Katakana/Kanji characters aren't actually represented anywhere on English language Windows?
    I'm not too sure, I'm not familiar with 'Unicode'.



  3. #3
    igbrus is offline Elite Member Power Poster
    Join Date
    Aug 2000
    Location
    Los Angeles
    Posts
    4,658

    Re: Japanese Chars

    I think he already forgot about his question. It was almost two years ago...

    Rating isn't important...But gurus respect it and keep high

  4. #4
    Join Date
    May 1999
    Location
    Southern California
    Posts
    12,266

    Re: Japanese Chars

    Well Sebastian has posted a total of two messages, one in March of 1999 and another in March of 2000. Maybe he will respond in March of this year.


    ****************************************************************************************************
    Ratings are unimportant but feedback is. Let the helper and the worldwide community know what works, perhaps with ratings.
    "Signature":
    My web site is Simple Samples.
    C# Corner Editor

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured