Thanks to the feedback I received, I could fix some glitches found in the beta releases. I think the tool is ready now for a release candidate, so I have just uploaded version 0,1rc1 on the project's site at SourceForge.
This version has the following characteristics:
* Allow the 'localize' keyword to be preceded by whitespace characters. Previous versions expected it to be at the beginning of a line.
* Fixed the default value for OUTPUT_FILENAME which should not contain the wrapper extension (like .app; .bundle; etc.).
* Improved support of single quotes as string delimiters. They are now accepted in #define statements. They are allowed as outer enclosers when the value is a single string but not in concatenations. Still single quotes should be avoided, use double quotes instead.
* Added documentation about the \u sequence to embed Unicode characters in strings.
The direct link to download the package is:
http://prdownloads.sourceforge.net/plistcompiler/PListCompiler0.1rc1.hqx?download
cheers,
Bernard