constant Unescaper::ENCODING in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/yaml/Unescaper.php \Symfony\Component\Yaml\Unescaper::ENCODING
Parser and Inline assume UTF-8 encoding, so escaped Unicode characters must be converted to that encoding.
@internal
Deprecated
since version 2.5, to be removed in 3.0
File
- vendor/
symfony/ yaml/ Unescaper.php, line 30
Class
- Unescaper
- Unescaper encapsulates unescaping rules for single and double-quoted YAML strings.
Namespace
Symfony\Component\YamlCode
const ENCODING = 'UTF-8';