Change character set of a string

Is it possible to change the character set of a string using a template? The only option is in the View menu but that changes it for the whole document.

Right now the Template Results assumes that all strings use the same character set. If you want to have strings that use different character sets, the only option right now is to use a custom read function with <read=…> after the string. Then you could convert the string inside the read function. For example, you could use utf-8 for the file and then inside the read function convert all strings to utf-8 using the ConvertString function. If you need help on getting this working, let us know more details about how you want to convert the strings. Cheers!

Graeme
SweetScape Software