You are here

constant Unescaper::ENCODING in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/symfony/yaml/Symfony/Component/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 32

Class

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

Namespace

Symfony\Component\Yaml

Code

const ENCODING = 'UTF-8';