From 718e9fe9d9595ab8258f218310c5e3329e1cf638 Mon Sep 17 00:00:00 2001 From: Milo Yip Date: Sun, 29 Jun 2014 16:34:53 +0800 Subject: [PATCH] Update features.md --- doc/features.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/features.md b/doc/features.md index 09f6f62..d8e2b1a 100644 --- a/doc/features.md +++ b/doc/features.md @@ -27,6 +27,7 @@ * 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. +* Support Automatic detection of encodings in input stream. * 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. * Support encoding validation internally.