]> git.mjollnir.org Git - moodle.git/commit
Added entities_to_utf8() function to textlib, suitable to convert
authorstronk7 <stronk7>
Wed, 13 Jun 2007 19:43:56 +0000 (19:43 +0000)
committerstronk7 <stronk7>
Wed, 13 Jun 2007 19:43:56 +0000 (19:43 +0000)
commit4e2cb0e3f3e13f0630f5e63767fa511cf899eb41
tree0668430126d4e6d56ba8d5ea17aa067d8c02c891
parentbf9ae76c366c1b71ed2dd244e3dadadfc71d61c0
Added entities_to_utf8() function to textlib, suitable to convert
any entity (numerical and html) to utf-8, providing a PHP4 and PH5
way to do the work.
Also, added the code2utf8() function to convert Unicode code numbers
to UTF-8 chars.

Merged from MOODLE_18_STABLE
lib/textlib.class.php