Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gtzampanakis committed Mar 23, 2015
1 parent 92374ec commit 3be66b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Forked from http://dl.qj.net/psp/homebrew-applications/bookr-v81.html .

Main modifications for now:
* Include "minutes remaining" battery indication.
* Support the Greek language for plain text files. Right now this means that all files are opened in ISO-8859-7 encoding since supporting Unicode will take a while given the architecture of the code.
* Support the Greek language for plain text files. Right now this means that all files are read in UTF8 encoding but they are converted to ISO-8859-7 encoding internally. Supporting Unicode internally will take a while given the architecture of the code.

__NOTE:__ Since the encoding is hard-coded to ISO-8859-7 right now it means you will not be able to read languages which are covered by the ISO-8859-1 encoding (even though in the version I forked it was possible). [Check wikipedia](https://en.wikipedia.org/wiki/ISO/IEC_8859-1#Coverage) for a list of those languages. Soon there will be encoding selection in the options to fix this.
__NOTE:__ Since the internal encoding is hard-coded to ISO-8859-7 right now it means you will not be able to read languages which are covered by the ISO-8859-1 encoding (even though in the version I forked it was possible). [Check wikipedia](https://en.wikipedia.org/wiki/ISO/IEC_8859-1#Coverage) for a list of those languages. Soon Uniocde will be used internally so all languages will be supported.

0 comments on commit 3be66b1

Please sign in to comment.