VCL Unicode Pack and TTntStringList

Hi

I'm using the Unicode Pack in C++ Builder 2007

I have a TTntStringList containing unicode strings that I want to save using SaveToFile with utf-8 coding but they are being saved as utf-16

I can see that there are constants declared in TntClasses.pas for utf-8 but I can't find a way to make the TTntStringList save using them...

Any ideas would be appreciated...

Andy

Saving is always in UTF16
For read, the TTntStringList can detect via the BOM whether to load from ANSI, UTF8 or UTF16