Project

rename2mac

0.0
No commit activity in last 3 years
No release in over 3 years
Rename folderful of filenames to Mac OS X supported format (UTF8-MAC). Mac OS X use only.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

rename2mac

Rename folderful of filenames to Mac OS X supported format (UTF8-MAC). Mac OS X use only.

Background:

When I use Mac OS X Finder, I have a lot of issue when dealing with Asian filenames, such as Japanese/Korean/Chinese characters. Previous attempt using convmv and iconv tools failed to fix the problem led me created this tool. I am sure this can fix other international characters too.

The Mac OS X system handles filenames in modified Unicode format called UTF8-Mac. If a filename contain none UTF8-Mac character, the Finder may exihibit behavour such as disappearing file, constant refresh, unable to open file, etc. To fix this problem, the file has to be renamed using UTF8-Mac format.

For more information read https://www.j3e.de/linux/convmv/man/#hfs__on_os_x___darwin

Installation:

  1. Install MacPorts
  2. sudo port install ruby20 rb-rubygems
  3. sudo gem install rename2mac

Usage:

rename2mac [arguments] <directory>

Arguments:

--noop       -n  Make no changes
--local      -l  Scan local directory only, do not scan recursively.
--force      -f  Force overwrite existing file if it exists
--quiet      -q  Do not output individual results to screen
--help       -h  Display current help message

License:

MIT Mac Ma comomac (at) runbox (dot) com (C) 2013 Copyright