wp_set_internal_encoding
- %1$s is private and should not be used in themes or plugins directly.
wp_set_internal_encoding ( No parameters )
- Introduced in WordPress: 3.0.0
- Deprecated in WordPress: —
Description
Sets internal encoding.In most cases the default internal encoding is latin1, which is
of no use, since we want to use the `mb_` functions for `utf-8` strings.