[Orclib-users] UTF8 strings
Open source C and C++ library for accessing Oracle Databases
Brought to you by:
vince_del_paris
From: Gulácsi T. <gt...@gt...> - 2014-03-24 11:13:17
|
Hi, I'm trying OCILIB with Go, which requires every string to be UTF-8. I've compiled OCILIB with the "ansi" charset option, and I'm setting the NLS_LANG environment variable to "american_america.AL32UTF8" before calling OCI_Initializ(). Is this correct? Thanks, Tamás Gulácsi |