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