summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/interfaces/driver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/driver.php b/src/interfaces/driver.php
index 18512a4..34ca1de 100644
--- a/src/interfaces/driver.php
+++ b/src/interfaces/driver.php
@@ -503,7 +503,7 @@ abstract class ezcGraphDriver
protected function testFitStringInTextBox( $string, ezcGraphCoordinate $position, $width, $height, $size )
{
// Tokenize String
- $tokens = preg_split( '/\s+/', $string );
+ $tokens = preg_split( '/\s+/u', $string );
$initialHeight = $height;
$lines = array( array() );
OpenPOWER on IntegriCloud