Skip to content

Commit

Permalink
Adding PHP to top-level README
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc authored Jun 9, 2018
1 parent fd70856 commit 41f2a31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This project includes tools for processing font encodings used in Myanmar, curre
Features:

- Detect whether a string is Zawgyi or Unicode.
- Support for C++, Java, JavaScript (both Node.js and browser) and Ruby.
- Support for C++, Java, JavaScript (both Node.js and browser), PHP, and Ruby.

Conversion from Zawgyi to Unicode is provided with the help of the CLDR Zawgyi conversion rules (see "Zawgyi-to-Unicode Conversion" below).

Expand All @@ -26,6 +26,7 @@ See language-specific documentation:
- [C++](clients/cpp/README.md)
- [Java](clients/java/README.md)
- [JavaScript](clients/js/README.md)
- [PHP](clients/php/README.md)
- [Ruby](clients/ruby/README.md)

Depending on your programming language, a typical use case should look something like this:
Expand Down

0 comments on commit 41f2a31

Please sign in to comment.