Skip to content

Commit

Permalink
Fixed typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorse committed Jun 5, 2013
1 parent 28ea1e4 commit f1f9199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ Unicode support is provided by ```std::wstring``` versions of the JSON Spirit ``
```Object```, and ```Pair``` types. These are called ```wValue```, ```wArray```, ```wObject```, and ```wPair```.
There are also std::wstring versions of each reader and writer function.

To enable Unicode support set the ```JSON_SPIRIT_WVALUE_ENABLED``` and/or ```JSON_SPIRIT_MVALUE_ENABLED``` cmake options.
To enable Unicode support set the ```JSON_SPIRIT_WVALUE_ENABLED``` and/or ```JSON_SPIRIT_WMVALUE_ENABLED``` cmake options.

Note that there is no support for reading Unicode files and converting them to ```wstrings``` as this is not a task
specific to JSON.
Expand Down

0 comments on commit f1f9199

Please sign in to comment.