PEAK XOOPS - Re: Re: get_html_translation_table()及瑹 in englishin japanese

Re: Re: get_html_translation_table()及瑹

Target News
Subject A Trap with get_html_translation_table()
Summary A Trap with get_html_translation_table()You may know unhtmlspecialchars() has implemented into PHP.With former versions of PHP, we had made such a custom function using get_html_translation_table() like this: function my_unhtmlspecialchars( $text , $q...

List posts in the topic

none Re: Re: get_html_translation_table()及瑹

msg# 1.2
depth:
1
Previous post - Next post | Parent - Children.1 | Posted on 2008/7/1 18:27
vaughan  Lance Corporal   Posts: 37
ok thanks :)

on a sidenote: we also discovered when using UTF-8 charsets fully, we ran into a few small issues with icms, which will affect xoops aswell.

in certain conditions, it is not enough to just use htmlspecialchars. but you also need to set which characterset you are using aswell.

as default htmlspecialchars encodes with ISO charset, for utf-8 you need to specify utf-8

example $text = htmlspecialchars($text, ENT_QUOTES, _CHARSET);

especially with function htmlSpecialChars() in xoops textsanitizer
Votes:11 Average:10.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!