summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/core/Utf8_test.php
AgeCommit message (Collapse)AuthorFilesLines
2014-02-20CI_Utf8-related changesAndrey Andreev1-2/+68
- Give priority to mb_convert_encoding() over iconv() in clean_string() (partially fixes #261) - Add more proper unit tests
2014-02-15Rename CI_Utf8::_is_ascii() to is_ascii() and make it publicAndrey Andreev1-2/+2
No reason for it to be protected.
2014-01-16Add a unit test for CI_Utf8::_is_ascii()Andrey Andreev1-4/+9
2013-02-21Add CI_Utf8::convert_to_utf8() testAndrey Andreev1-0/+20