• 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
printing Utf8
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

printing Utf8


  • Subject: printing Utf8
  • From: "Gerriet M. Denkmann" <email@hidden>
  • Date: Wed, 31 Oct 2012 21:41:19 +0700

I print strings like:
	NSString *s = @"ร่วมรส";
	fprintf(stderr, "%s\n", [ s UTF8String]);
and usually it just works.

But sometimes it does not and I get garbage like:
ร่ว\340\270\241รส

Converting these numbers to hex one gets: 0xe0 0xb8 0xa1 which is the Utf8-code for THAI CHARACTER MO MA.
So why does it not print (as it should):
ร่วมรส ?

This is not really reproducible, but happens in about 3% of all lines.

Known error, or my mistake?
Or some well meant attempt to prevent any form of indecency appearing on my screen (ร่วมรส = copulate)?

Gerriet.


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: printing Utf8
      • From: Fritz Anderson <email@hidden>
    • Re: printing Utf8
      • From: lbland <email@hidden>
    • Re: printing Utf8
      • From: Ken Thomases <email@hidden>
  • Prev by Date: Programmatically providing default value for new core data attribute?
  • Next by Date: Re: printing Utf8
  • Previous by thread: Re: Programmatically providing default value for new core data attribute?
  • Next by thread: Re: printing Utf8
  • Index(es):
    • Date
    • Thread