egroupware/phpgwapi/inc/htmLawed
Klaus Leithoff b6638adc24 handling of multibyte chars in attribute values of tags in mbstring.func_overload enviroments,
as substr_replace does not have a multibyte func overload function associated.
Thus substr_replace(, '', 0, strlen()) will fall short in the above mentioned enviroments; we use our own bytes-function now introduced into htmLawed
2012-05-30 09:22:27 +00:00
..
htmLawed_README.htm
htmLawed_README.txt
htmLawed_TESTCASE.txt
htmLawed.php handling of multibyte chars in attribute values of tags in mbstring.func_overload enviroments, 2012-05-30 09:22:27 +00:00
htmLawedTest.php