Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
R
rapidjson
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
rapidjson
Commits
0f478f96
Commit
0f478f96
authored
Jun 29, 2014
by
Milo Yip
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update features.md
parent
718e9fe9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
features.md
doc/features.md
+2
-2
No files found.
doc/features.md
View file @
0f478f96
...
...
@@ -27,7 +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
A
utomatic detection of encodings in input stream.
*
Support
a
utomatic 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.
...
...
@@ -75,5 +75,5 @@
*
Support fast default allocator.
*
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)
*
Standard CRT(C-runtime) allocator.
*
S
upport s
tandard CRT(C-runtime) allocator.
*
Support custom allocators.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment