This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import codecs | |
import optparse | |
import os | |
import re | |
""" | |
This small script compares Cocoa / iOS development Localizable.strings files. | |
These are usually UTF-16 and difficult to compare. In addition to that, | |
the order of the contents of the files varies per export, making diff very |