You are here

protected property Escaper::$encoding in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-escaper/src/Escaper.php \Zend\Escaper\Escaper::encoding

Current encoding for escaping. If not UTF-8, we convert strings from this encoding pre-escaping and back to this encoding post-escaping.

Type: string

File

vendor/zendframework/zend-escaper/src/Escaper.php, line 40

Class

Escaper
Context specific methods for use in secure output escaping

Namespace

Zend\Escaper

Code

protected $encoding = 'utf-8';