Using a MSYS build:

 > CREATE DATABASE test1 WITH ENCODING = 'utf8';

 > show all

"lc_collate";"en_US.UTF-8"
"lc_ctype";"en_US.UTF-8"
"lc_messages";"C"
"lc_monetary";"C"
"lc_numeric";"C"
"lc_time";"C"

Sorry, the above output is for Linux (Fedora Core 6). With an MSYS build on my XP laptop its:

"lc_collate";"C"
"lc_ctype";"C"
"lc_messages";"C"
"lc_monetary";"C"
"lc_numeric";"C"
"lc_time";"C"

Still different than the MSVC++ build.

Thanks,

Charlie

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to