From 704a7cfc9a6dfcfefd8ce0ca16146cc740ee55a7 Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Tue, 21 Apr 2015 08:45:47 -0500 Subject: Fix mention of C extensions in README JRuby's extension is part of json now and is written in Java. --- README.rdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index eda896f..ebb8b82 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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 -- cgit v1.2.1