summaryrefslogtreecommitdiff
path: root/includes/functions/functions_utf-8.php
AgeCommit message (Expand)AuthorFilesLines
2014-08-29Move global I18N functions to I18N classGreg Roach1-72/+0
2014-08-29Move global I18N functions to I18N classGreg Roach1-126/+0
2014-08-29Remove function from global scope, and add unit testsGreg Roach1-52/+0
2014-08-26Initial framework for unit testsGreg Roach1-5/+0
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-12-19functions_rtl.php is for the reports; functions_utf8.php is for mb_string sty...Greg Roach1-0/+3
2013-12-19functions_rtl.php is for the reports; functions_utf8.php is for mb_string sty...Greg Roach1-0/+49
2013-12-16Refactoring for PSR-0Greg Roach1-87/+0
2013-12-16Tidy up I18N + rtl librariesGreg Roach1-17/+1
2013-11-01Tidy up trailing whitespaceGreg Roach1-3/+3
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2011-11-13Use ISO standard names for scripts - prepare to use lookup tables for languag...fisharebest1-10/+10
2011-10-06changes to the reports by MelizaƁukasz Wilenski1-19/+27
2011-06-12Remove some old define('XXX_PHP, '') statements - these were a debugging aid,...fisharebest1-25/+20
2011-05-17Printing facts: Allow I18N of punctuation, ensure user input is escaped befo...fisharebest1-2/+3
2011-03-31Hebrew names containing "unknown" placeholders were wrongly identified as latinfisharebest1-1/+2
2011-03-05Fix bug in utf8_substr(), where the start pos is greater than the string leng...fisharebest1-1/+1
2011-01-02Performance: case-insensitive comparisons without capitalising entire string ...fisharebest1-55/+28
2010-05-25RTL supportfisharebest1-0/+1
2010-05-25Remove old test codefisharebest1-1/+1
2010-04-07Fix: RTL issues on circle diagramfisharebest1-1/+2
2010-04-05(no commit message)Veit Olschinski1-0/+328