Julio Montoya 224a0e666e Updating vendors %!s(int64=11) %!d(string=hai) anos
..
Resources 224a0e666e Updating vendors %!s(int64=11) %!d(string=hai) anos
Tests 224a0e666e Updating vendors %!s(int64=11) %!d(string=hai) anos
IcuCurrencyBundle.php 224a0e666e Updating vendors %!s(int64=11) %!d(string=hai) anos
IcuData.php 224a0e666e Updating vendors %!s(int64=11) %!d(string=hai) anos
IcuLanguageBundle.php 224a0e666e Updating vendors %!s(int64=11) %!d(string=hai) anos
IcuLocaleBundle.php 224a0e666e Updating vendors %!s(int64=11) %!d(string=hai) anos
IcuRegionBundle.php 224a0e666e Updating vendors %!s(int64=11) %!d(string=hai) anos
LICENSE 224a0e666e Updating vendors %!s(int64=11) %!d(string=hai) anos
README.md 224a0e666e Updating vendors %!s(int64=11) %!d(string=hai) anos
composer.json 224a0e666e Updating vendors %!s(int64=11) %!d(string=hai) anos
phpunit.xml.dist 224a0e666e Updating vendors %!s(int64=11) %!d(string=hai) anos

README.md

Icu Component

Contains data of the ICU library.

The bundled resource files have the resource bundle format version 2.*, which can be read using ICU 4.4 and later. Compatibility can be tested with the test-compat.php script bundled in the Intl component:

php path/to/Symfony/Component/Intl/Resources/bin/test-compat.php

You should not directly use this component. Use it through the API of the Intl component instead.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Icu/
$ composer.phar install --dev
$ phpunit