Skip to content

Commit

Permalink
Adding configuration for Multibyte class.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuswilms authored and nateabele committed Sep 15, 2012
1 parent f31d68b commit b38184f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions app/config/bootstrap/g11n.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,15 @@
/**
* Multibyte Strings
*
* Configuration for the `Multibyte` class which allows to work with UTF-8
* encoded strings. At least one configuration named `'default'` must be
* present. Available adapters are `Intl`, `Mbstring` and `Iconv`. Please keep
* in mind that each adapter may act differently upon input containing bad
* UTF-8 sequences. These differences aren't currently equalized or abstracted
* away.
* Configuration for the `Multibyte` class allowing to work with UTF-8 encoded
* strings. In order to make the class work at least one configuration named
* `'default'` must be present. Available adapters are `Intl`, `Mbstring` and
* `Iconv`. Please keep in mind that each adapter may act differently upon
* input containing bad UTF-8 sequences. These differences aren't currently
* equalized or abstracted away.
*
* @see lithiumm\g11n\Multibyte
* @see lithiumm\util\Validator
*/
Multibyte::config(array(
// 'default' => array('adapter' => 'Intl'),
Expand Down

0 comments on commit b38184f

Please sign in to comment.