[V4RB] VVarchar and Language

jda jda at his.com
Wed Dec 8 15:55:31 CST 2004


>  How would I specify the language if using SQL to create the table?
>  >
>>  CREATE TABLE myTable (Description Varchar(504))
>>
>>  Final question:
>>  What is the default language when none is specified?
>
>For UTF16 it practically does not mater.
>
>Try just do nothing :-)
>and see if this works for you.
>

One caveat -- I think we agreed that the length parameter is in 
bytes, not characters, regardless of whether UTF-16 or UTF-8 is used 
as the storageEncoding. This is to avoid confusion as to how much 
memory is actually allocated when we use different encodings. Is this 
correct?

Jon


More information about the Valentina-beta mailing list