Skip to content

Commit

Permalink
Updated read me
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Jan 17, 2012
1 parent 51fad83 commit 438da2a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Readme.markdown
Expand Up @@ -3,8 +3,6 @@ DTLocalizableStringScanner

This project aims to duplicate and enhance the functionality found in the `genstrings` utility provided by Apple. The Demo builds a command line utility `genstrings2` which works like the original but using more modern techniques. The Core contains classes and categories to add this scanning functionality to Linguan.

Follow [@cocoanetics](http://twitter.com/cocoanetics) on Twitter.

License
-------

Expand All @@ -13,10 +11,6 @@ It is open source and covered by a standard BSD license. That means you have to
Known Issues
------------

Documentation on the inner workings of `genstrings` is non-existent, so there is lots of guessing involved.

- so far no deduplication is done, genstrings only writes a token with exactly same comment and key once.
- if a token differs but has same key genstrings emits a warning, we ignore that
- genstrings seems to internally unescape character sequences, we just copy them as they are. This causes the sort order to differ with non-alpha characters.
As far as we know all uses cases are implemented and working. If you find an issue then you are welcome to fix it and contribute your fix via a GitHub pull request.

If you find an issue then you are welcome to fix it and contribute your fix via a GitHub pull request.
Follow [@cocoanetics](http://twitter.com/cocoanetics) on Twitter.

0 comments on commit 438da2a

Please sign in to comment.