Files
Grav/system
Tim c5a89112b4 Use PCRE_UTF8 so unicode strings don't break up.
The `Truncator`-class fails when the truncated text contains unicode characters with a nice exception:

    "DOMDocumentFragment::appendXML(): Entity: line 1: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xC3 0xE2 0x80 0xA6"

By using the `PCRE_UTF8` modifier `u` everything is UTF8 and all is fine.
2015-11-12 00:13:21 +01:00
..
2015-07-05 14:52:48 -06:00
2014-08-11 12:32:34 -06:00
2015-11-05 08:42:24 +03:00
2015-10-29 21:52:52 -06:00