You are here

constant Unescaper::ENCODING in Currency 7.2

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

currency/vendor/symfony/yaml/Unescaper.php, line 29

Class

Unescaper
Unescaper encapsulates unescaping rules for single and double-quoted YAML strings.

Namespace

Symfony\Component\Yaml

Code

const ENCODING = 'UTF-8';