Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Commit

Permalink
Added readme.md explaining how to get a release build (among other th…
Browse files Browse the repository at this point in the history
…ings)
  • Loading branch information
shyiko committed Sep 7, 2013
1 parent e14f274 commit 70a225a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# native2asciiplug

Intellij IDEA plugin which converts property files with native-encoded characters (characters which are non-Latin 1
and non-Unicode) to Unicode-encoded. Processing is being done automatically during compilation phase.

Available through Intellij IDEA Plugin Repository ([link](http://plugins.jetbrains.com/plugin/?id=6155)).

## Development

```sh
git clone https://github.com/shyiko/native2asciiplug.git
cd native2asciiplug
# update gradle.properties according to your environment
./gradlew clean zip # creates a zip file in build/distributions
```

## License

[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)

0 comments on commit 70a225a

Please sign in to comment.