TM1 Function for TI, SetOutputCharacterSet

Specifies the character set when writing to a text file using TextOutput.

What is the SetOutputCharacterSet function?

SetOutputCharacterSet specifies the character set when writing to a text file using TextOutput.

Where can the SetOutputCharacterSet function be used?

TurboIntegrator

What is the syntax for SetOutputCharacterSet?

SetOutputCharacterSet( FileName, CharacterSet );​

​FileName = Output Filename​
CharacterSet = The character encoding for the text file

A demonstration on how to use SetOutputCharacterSet

Use SetOutputCharacterSet to set the output file to UTF-8.