• 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
Normalising file names on macOS
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Normalising file names on macOS


  • Subject: Normalising file names on macOS
  • From: John Brownie <email@hidden>
  • Date: Thu, 22 Sep 2016 14:04:29 +0300

I find that I am in need of dealing with versions of strings that may be turned into file names, and thus I need to be comparing normalised forms. However, according to https://developer.apple.com/library/content/qa/qa1173/_index.html, "For example, HFS Plus (Mac OS Extended) uses a variant of Normal Form D in which U+2000 through U+2FFF, U+F900 through U+FAFF, and U+2F800 through U+2FAFF are not decomposed (this avoids problems with round trip conversions from old Mac text encodings)."

Is there a way to get at this variant? [NSString decomposedStringWithCanonicalMapping] returns "A string made by normalizing the string’s contents using the Unicode Normalization Form D." That seems not to give what I need, but I haven't seen a better option. Is there such a method?

John
--
John Brownie
In Finland on furlough from SIL Papua New Guinea
_______________________________________________

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: Normalising file names on macOS
      • From: Ken Thomases <email@hidden>
    • Re: Normalising file names on macOS
      • From: Alastair Houghton <email@hidden>
  • Prev by Date: Re: Stupid objective-c question
  • Next by Date: Re: Normalising file names on macOS
  • Previous by thread: Re: Stupid objective-c question
  • Next by thread: Re: Normalising file names on macOS
  • Index(es):
    • Date
    • Thread