V4RB next beta. Anybody want it right now ?

jda jda at his.com
Mon Oct 4 03:22:51 CDT 2004


>
>
>4) you say that you have UTF8 vtext, field.
>     Jon, where you see that you have specify UTF8 ?
>     I see that you specify it to be single byte English.
>
>     if you want UTf8 then do
>     db.LocaleName = "UTF8"
>

The field is UTF-8 because it inherits it from the database:

     tempDataBase = new MyDataBase
     tempDatabase.StorageEncoding = "UTF8"
     tempDatabase.collationAttribute = 2

And for the record, in the debugger I see that the field is indeed UTF8.

Isn't that the right way to do it?

Jon


More information about the Valentina-beta mailing list