Commit 0f478f96 authored by Milo Yip's avatar Milo Yip

Update features.md

parent 718e9fe9
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
* Support UTF-8, UTF-16, UTF-32 encodings, including little endian and big endian. * Support UTF-8, UTF-16, UTF-32 encodings, including little endian and big endian.
* These encodings are used in input/output streams and in-memory representation. * These encodings are used in input/output streams and in-memory representation.
* Support Automatic detection of encodings in input stream. * Support automatic detection of encodings in input stream.
* Support transcoding between encodings internally. * Support transcoding between encodings internally.
* For example, you can read a UTF-8 file and let RapidJSON transcode the JSON strings into UTF-16 in the DOM. * For example, you can read a UTF-8 file and let RapidJSON transcode the JSON strings into UTF-16 in the DOM.
* Support encoding validation internally. * Support encoding validation internally.
...@@ -75,5 +75,5 @@ ...@@ -75,5 +75,5 @@
* Support fast default allocator. * Support fast default allocator.
* A stack-based allocator (allocate sequentially, prohibit to free individual allocations, suitable for parsing). * A stack-based allocator (allocate sequentially, prohibit to free individual allocations, suitable for parsing).
* User can provide a pre-allocated buffer. (Possible to parse a number of JSONs without any CRT allocation) * User can provide a pre-allocated buffer. (Possible to parse a number of JSONs without any CRT allocation)
* Standard CRT(C-runtime) allocator. * Support standard CRT(C-runtime) allocator.
* Support custom allocators. * Support custom allocators.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment