id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 3950,[PATCH]: Add CPLRecode() implementation based on iconv() function,dron,dron,"[wiki:rfc23_ogr_unicode RPC 23: Unicode support in OGR] suggests to introduce the extended CPLRecode() implementation which can do various conversions using iconv() function. There is a patch implementing this. I have added a separate module cpl_recode_iconv.cpp doing the conversion and frontend module cpl_recode.cpp which falls back to cpl_recode_stub.cpp if iconv() is not available at compile time. What is NOT done in this patch: 1. Unix configure stuff (pretty trivial); 2. Windows configure stuff (not so trivial); 3. Workarounds for iconv() differences on various platforms (could be done per further reports). I am ready to proceed with applying the patch and implementing proper configuration if there will be no critics/objections. Best regards, Andrey",enhancement,closed,normal,,default,unspecified,normal,fixed,iconv,warmerdam jdenisgiguere