This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Intl
Fabien Potencier 6acf3e74ae Merge branch '2.5'
* 2.5:
  [Doc] Use Markdown syntax highlighting
  [Finder] tweaked docs
  [Finder] Add info about possibilities offered by SplFileInfo
  fixed CS
  [Security][Http][Authentication] Make a test pass on HHVM
  fix components tests
  [Intl] FIxed failing test
  [Intl] Generated the data for ICU version 54-rc
  [EventDispatcher] fix doc bloc on EventDispatcherInterface
  [Validator] Update validators.zh_CN.xlf, fix translation error
  bumped Symfony version to 2.5.6
  updated VERSION for 2.5.5
  updated CHANGELOG for 2.5.5
  bumped Symfony version to 2.3.21
  updated VERSION for 2.3.20
  update CONTRIBUTORS for 2.3.20
  updated CHANGELOG for 2.3.20
  [Intl] Integrated ICU data into Intl component

Conflicts:
	src/Symfony/Component/Debug/README.md
	src/Symfony/Component/DependencyInjection/README.md
	src/Symfony/Component/HttpKernel/Kernel.php
	src/Symfony/Component/OptionsResolver/README.md
2014-10-01 07:53:11 +02:00
..
Collator fixed types in phpdocs 2014-04-16 12:30:19 +02:00
Data [Intl] Integrated ICU data into Intl component 2014-09-26 16:16:55 +02:00
DateFormatter fixed CS 2014-09-22 10:32:35 +02:00
Exception [Intl] Improved bundle reader implementations 2014-09-15 22:29:25 +02:00
Globals fixed types in phpdocs 2014-04-16 12:30:19 +02:00
Locale fixed types in phpdocs 2014-04-16 12:30:19 +02:00
NumberFormatter fixed CS 2014-09-22 10:32:35 +02:00
ResourceBundle [Intl] Integrated ICU data into Intl component 2014-09-26 16:16:55 +02:00
Resources [Intl] Generated the data for ICU version 54-rc 2014-09-30 23:21:31 +02:00
Tests Merge branch '2.3' into 2.5 2014-10-01 07:50:18 +02:00
Util [Intl] Integrated ICU data into Intl component 2014-09-26 16:16:55 +02:00
.gitignore [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
composer.json Merge branch '2.5' 2014-10-01 07:53:11 +02:00
CONTRIBUTING.md [Intl] Changed Intl::getStubIcuVersion() to Intl::getIcuStubVersion() 2013-04-05 10:11:14 +02:00
Intl.php [Intl] Integrated ICU data into Intl component 2014-09-26 16:16:55 +02:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
Locale.php [Intl] Integrated ICU data into Intl component 2014-09-26 16:16:55 +02:00
phpunit.xml.dist [Intl] Integrated ICU data into Intl component 2014-09-26 16:16:55 +02:00
README.md updated version to 2.6 2014-05-23 16:36:49 +02:00

Intl Component

A PHP replacement layer for the C intl extension that includes additional data from the ICU library.

The replacement layer is limited to the locale "en". If you want to use other locales, you should [install the intl extension] 0 instead.

Documentation

The documentation for the component can be found [online] 1.

Resources

You can run the unit tests with the following command:

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