Function __global->_convert_request_data_encodings
Definitions
sources/character_sets.php
- Performs lots of magic to make sure data encodings are converted correctly. Input, and output too (as often stores internally in UTF or performs automatic dynamic conversions from internal to external charsets).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$known_utf8 | boolean | False | N/A | N/A | Whether we know we are working in utf-8. This is the case for AJAX calls. |