|
Comments on TTntStringFieldEncodingMode: emNone - Works like TStringField. emUTF8 - Should work well most databases. emUTF7 - Almost guaranteed to work with any database. Wasteful in database space. emFixedCodePage - Only tested it with Access 97, which doesn't support Unicode. emFixedCodePage_Safe - Like emFixedCodePage but uses char<=#128. Wasteful in database space. Only emUTF8 and emUTF7 fully support Unicode. | |
|
This is record TntDB.TTntStringFieldEncodingMode. |
Tnt Delphi Unicode Controls http://tnt.ccci.org/delphi_unicode_controls
2.1.11
Copyright (c) 2002-2004, Troy Wolbrink (troy.wolbrink@ccci.org)