GetEncoding()
Returns the encoding (character set) of the Form or URL scope.
GetEncoding( scope=string );
Returns: String
Examples
my_scope = getEncoding("url");
dump(my_scope); // UTF-8
See also
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)