Returns text decoded from container data using the specified character encoding.
TextDecode(container;encoding)
container
- any container field with encoded text data.
encoding
- the name of the character encoding used in container
(see below).
text
FileMaker Pro 16.0
Converts a text file in a container field from the specified character encoding to text using the UTF-16LE encoding that FileMaker uses.
For the encoding
parameter, use one of the values defined for the TextEncode function.
•This function is not supported in runtime solutions and returns "?".
TextDecode ( table::container ; "windows-1252" )
returns UTF-16LE-encoded text from the file in a container field that contains text with Windows character encoding.