This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Component/Yaml
Martin Schuhfuss 571768b9b9 [Yaml] added exceptions when non-utf8 encoding is detected
encoding is detected using the `mb_detect_encoding()`-function
in strict-mode. Checking is done before the parsing starts.
Without this patch, the calls to `preg_replace()` using the
'u'-modifier would cause the non-utf8-string being processed
to be empty when parsing starts which makes the parsing return
no result.
2011-05-12 22:02:56 +02:00
..
Fixtures capitalized 'boolean' 2011-04-27 02:35:10 -03:00
DumperTest.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
InlineTest.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
ParserTest.php [Yaml] added exceptions when non-utf8 encoding is detected 2011-05-12 22:02:56 +02:00