• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
How to display Japanese in debug console?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to display Japanese in debug console?


  • Subject: How to display Japanese in debug console?
  • From: Norio Ota <email@hidden>
  • Date: Sun, 25 Jun 2006 15:28:58 +0900

Would you tell me how to display Japanese on the debug console window?

// the content in the quotation mark is actually Japanese.
fprintf ( stderr, "Nihongo string here" );  //	it works.

// the following codes don't work. The string in the quotation is also Japanese.
char * c_str = "Nihongo".
fprintf ( stderr, "%s\n", c_str ); // not work.


CFStringRef cfRef = CFStringCreateWithCString (NULL, c_str, CFStringGetSystemEncoding());
CFShow (cfRef); // not work
CFRelease ( cfRef);


Thanks,
norio

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: How to display Japanese in debug console?
      • From: Damien Bobillot <email@hidden>
  • Prev by Date: Re: can I catch an EXC_BAD_ACCESS?
  • Next by Date: Re: How to display Japanese in debug console?
  • Previous by thread: Fix for Xcode dependency problems
  • Next by thread: Re: How to display Japanese in debug console?
  • Index(es):
    • Date
    • Thread