Nette Documentation Preview

syntax
Upgrading
*********


Upgrading to Version 3.4
========================

- the `\xAA` escape sequence was removed, use `\uAAAA` instead
- the `on` and `off` keywords are no longer decoded as booleans, use `true`/`yes` and `false`/`no`


Upgrading to Version 3.2
========================

- the Decoder works in UTF-8 mode and throws an exception on invalid input
- the `\xAA` escape sequence is deprecated in favor of `\uAAAA`

Upgrading

Upgrading to Version 3.4

  • the \xAA escape sequence was removed, use \uAAAA instead
  • the on and off keywords are no longer decoded as booleans, use true/yes and false/no

Upgrading to Version 3.2

  • the Decoder works in UTF-8 mode and throws an exception on invalid input
  • the \xAA escape sequence is deprecated in favor of \uAAAA