Convert characters
|
You can choose between the following character conversions:
- Convert all non ASCII characters to HTML code
Convert all non ASCII characters to HTML code.
For example:
À is replaced with À
¼ is replaced with ¼
测试 is replaced with 测试
Other (ASCII) characters are not converted, for example:
&, <, >, " and '
- Convert &, <, >, " and ' to HTML character entity equivalents
Convert only the following characters:
' is replaced with '
" is replaced with "
& is replaced with &
< is replaced with <
> is replaced with >
- Convert < > with < and >
Convert only the following characters:
< is replaced with <
> is replaced with >
- No conversion
No characters are converted.
|