Open vrogier opened 1 year ago
OCI_RefToText() return garbage when charset is OCI_CHARSET_WIDE.
underlying Oracle OCI method OCIRefToHex() is always returning ANSI strings despite OCI environment initialized in UTF16 mode :(.
And OCI call OCIRefHexSize() returns the size and an ANSI hex string....
OCI_RefToText() return garbage when charset is OCI_CHARSET_WIDE.
underlying Oracle OCI method OCIRefToHex() is always returning ANSI strings despite OCI environment initialized in UTF16 mode :(.