diff --git a/src/Symfony/Component/Intl/Intl.php b/src/Symfony/Component/Intl/Intl.php index eaebc675b8..71ffca6caa 100644 --- a/src/Symfony/Component/Intl/Intl.php +++ b/src/Symfony/Component/Intl/Intl.php @@ -203,7 +203,7 @@ class Intl { if (null === self::$bundleReader) { self::$bundleReader = new StructuredBundleReader(new BufferedBundleReader( - IcuData::isLoadable() ? new BinaryBundleReader() : new PhpBundleReader(), + IcuData::getBundleReader(), self::BUFFER_SIZE )); }