spelling: specified
This commit is contained in:
parent
a9a0cbbd9e
commit
720e22fe3e
@ -1,6 +1,6 @@
|
|||||||
# Encodings and `yaml-cpp` #
|
# Encodings and `yaml-cpp` #
|
||||||
|
|
||||||
`yaml-cpp` will parse any file as specificed by the [YAML 1.2 spec](http://www.yaml.org/spec/1.2/spec.html#id2570322). Internally, it stores all strings in UTF-8, and representation is done with UTF-8. This means that in
|
`yaml-cpp` will parse any file as specified by the [YAML 1.2 spec](http://www.yaml.org/spec/1.2/spec.html#id2570322). Internally, it stores all strings in UTF-8, and representation is done with UTF-8. This means that in
|
||||||
|
|
||||||
```
|
```
|
||||||
std::string str;
|
std::string str;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user