Functions | |
| void | EncodeSpecialChars (BaseStaticString &result, PCChar8 text) |
| Encode special characters. Special chatacters are < > & &#. More... | |
| void | DecodeSpecialChars (BaseStaticString &result, PCChar8 text) |
| Decode special characters. Special chatacters are < > & &#. More... | |
| void DecodeSpecialChars | ( | BaseStaticString & | result, |
| PCChar8 | text | ||
| ) |
Decode special characters. Special chatacters are < > & &#.
| result | [in,out] The result text with special characters decoded. |
| text | The text to decode. |
| void EncodeSpecialChars | ( | BaseStaticString & | result, |
| PCChar8 | text | ||
| ) |
Encode special characters. Special chatacters are < > & &#.
| result | [in,out] The result. |
| text | The text. |