Skip to content

Commit

Permalink
Merge pull request #245 from headius/patch-1
Browse files Browse the repository at this point in the history
Fix mention of C extensions in README
  • Loading branch information
flori committed Apr 22, 2015
2 parents 7f60191 + 704a7cf commit 638a1f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rdoc
Expand Up @@ -8,9 +8,9 @@ will be two variants available:

* A pure ruby variant, that relies on the iconv and the stringscan
extensions, which are both part of the ruby standard library.
* The quite a bit faster C extension variant, which is in parts implemented
in C and comes with its own unicode conversion functions and a parser
generated by the ragel state machine compiler
* The quite a bit faster native extension variant, which is in parts
implemented in C or Java and comes with its own unicode conversion
functions and a parser generated by the ragel state machine compiler
http://www.cs.queensu.ca/~thurston/ragel .

Both variants of the JSON generator generate UTF-8 character sequences by
Expand Down

0 comments on commit 638a1f7

Please sign in to comment.