Error Messages/44018

Error Message

The «type» of 'ascii' passed to function TextCharacterEncode is not a supported encoding type. Valid options are:
  • For encoding or decoding URLs: 'URL', 'IRI', 'URL%', '-URL'
  • For encoding XML or HTML: 'XML', '-XML'
  • For UTF-8 encodings: 'UTF-8', '-UTF-8'
  • For Unicode normalized forms: 'NFC', 'NFD', 'NFKC', 'NFKD'
  • Return «text» with no change: 'None'

Description

The first parameter passed to TextCharacterEncode must be one of the options shown above. You passed something (in the example message, 'ascii') other than the accepted options.

See Also

Comments


You are not allowed to post comments.