jackalope / jackalope-doctrine-dbal

Doctrine DBAL transport implementation for Jackalope
http://jackalope.github.io
Other
144 stars 60 forks source link

Encoding warnings #211

Open dantleech opened 10 years ago

dantleech commented 10 years ago

Get the following error when listing certain nodes:

PHPCRSH > ls
PHP Warning:  DOMDocument::loadXML(): Input is not proper UTF-8, indicate encoding !
Bytes: 0x85 0x26 0x23 0x31 in Entity, line: 10 in phar:///usr/local/bin/phpcrsh/vendor/jackalope/jackalope-doctrine-dbal/src/Jackalope/Transport/DoctrineDBAL/Client.php on line 832

It is likely the nodes in question are "old", as I do not get this problem with recent nodes.

dbu commented 9 years ago

can you reproduce this in a phpcr-api-test?