7.8.4 Type of encoding for the inheritance information
When you convert event inheritance information, you can specify the encoding type. The encoding character is UTF-8. You can omit the encoding specification. If it is omitted, it will not be encoded.
The following table lists the encoding types that can be specified. If a variable name not listed in the table is specified, event inheritance information is also not converted.
Type of encoding |
Description |
---|---|
ENC |
Base64 encoding is performed when converting. |
URLENC |
URL encoding is performed when converting. |
ENCURLENC |
After encoding with Base64 when converting, further URL encoding is performed. |