drupal_validate_utf8
Functions that call drupal_validate_utf8()
| Name | Location | Description |
|---|---|---|
| check_plain | includes/bootstrap.inc | Encode special characters in a plain-text string for display as HTML. |
| drupal_validate_utf8 | includes/bootstrap.inc | Checks whether a string is valid UTF-8. |
| filter_xss | modules/filter/filter.module | Filters XSS. Based on kses by Ulf Harnhammar, see http://sourceforge.net/projects/kses |
Functions called by drupal_validate_utf8()
| Name | Location | Description |
|---|---|---|
| drupal_validate_utf8 | includes/bootstrap.inc | Checks whether a string is valid UTF-8. |
