Error Messages/44018

< Error Messages
Revision as of 19:13, 28 February 2017 by Lchrisman (talk | contribs) (Created page with "== Error Message == :The «type» of 'ascii' passed to function TextCharacterEncode is not a supported encoding type. Valid options are: * For encoding or decoding URLs:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.