Encode-UTF8Mac
    
    
  
  
  
view release on metacpan or search on metacpan
[http://developer.apple.com/library/mac/\#qa/qa2001/qa1173.html](http://developer.apple.com/library/mac/\#qa/qa2001/qa1173.html)
iconv (bundled Mac) can use this encoding as "utf-8-mac".
This module adds same name "utf-8-mac" encoding for [Encode](http://search.cpan.org/perldoc?Encode),
it encode/decode text with that rule in mind. This will help
when you decode file name on Mac.
See more information and Japanese example:
[Encode::UTF8Mac makes you happy while handling file names on MacOSX](http://perl-users.jp/articles/advent-calendar/2010/english/24)
# ENCODING
- utf-8-mac
    - Encode::decode('utf-8-mac', $octets)
        Decode as utf-8, and normalize form C except special range
        using Unicode::Normalize.
    - Encode::encode('utf-8-mac', $string)
lib/Encode/UTF8Mac.pm view on Meta::CPAN
L<http://developer.apple.com/library/mac/#qa/qa2001/qa1173.html>
iconv (bundled Mac) can use this encoding as "utf-8-mac".
This module adds same name "utf-8-mac" encoding for L<Encode>,
it encode/decode text with that rule in mind. This will help
when you decode file name on Mac.
See more information and Japanese example:
L<Encode::UTF8Mac makes you happy while handling file names on MacOSX|http://perl-users.jp/articles/advent-calendar/2010/english/24>
=head1 ENCODING
=over 4
=item utf-8-mac
=over 4
=item * Encode::decode('utf-8-mac', $octets)
( run in 0.879 second using v1.01-cache-2.11-cpan-5dc5da66d9d )