Open GoogleCodeExporter opened 8 years ago
This happens when different parts of your stack have different unicode
handling. For me ( same NZ libraries, unixODBC-2.3.2, Perl's DBD::ODBC ), this
happens when I build DBD::ODBC with unicode support, and have the
UnicodeTranslationOption setting in the odbcinst.ini ( unixODBC config file )
set to utf8 ... ie:
UnicodeTranslationOption = utf8
Change this to:
UnicodeTranslationOption = utf16
... and things *should* work. Unfortunatley for me ( and many others, I assume ), *something* in the stack is just absolute crap, and doesn't honour this setting in the *global* version ( for me, /etc/unixODBC/odbcinst.ini ). Copying this file ( or sym-linking it ) to ~/.odbcinst.ini fixes this. Strange bug ...
By the way, if you're interested in Netezza software, check out Smart
Associates: http://www.smart-associates.biz/ ... we have lots of cool
utilities, including an ETL framework specially designed for Netezza, migration
utilities, data validation utilities, etc. Also check out some of our videos
at: https://vimeo.com/smartassociates
Original comment by daniel.k...@customerjourneyanalytics.com
on 26 Jul 2015 at 1:50
Original issue reported on code.google.com by
fandango...@gmail.com
on 1 Apr 2015 at 3:14Attachments: