2013-03-04 Version 3.12.1 Vincent Rogier vince.rogier@ocilib.net * Fixed Unicode support (OCI_CHARSET_WIDE and OCI_CHARSET_MIXED) - Unix plaftorms : Fixed OCI_LongWrite() for OCI_CLONG type : string may wrongly be inserted into DB - Unix plaftorms : Fixed OCI_LongRead() for OCI_CLONG type : strings may contain trailing garbage data - Unix plaftorms : Fixed OCI_LobRead2() for OCI_CLOB type : strings may contain trailing garbage data - Unix plaftorms : Fixed OCI_GetString() : strings may be truncated - All platforms : Fixed OCI_GetString() : when column is number based, the string resulting from number conversion may have trailing dot or comma * Miscellaneous fixes - Reduced size of buffers used to store string column data when nls_lang is UTF8 - Fixed error variable checking in internal call OCI_DirPathArrayToStream() * Miscellaneous changes - Update all files Copyright strings to current year (2013)