[gdal-dev] Charachter encoding arabic

Ahmed Tolba Ahmed.Tolba at schiebel.net
Thu Mar 30 00:51:07 PDT 2017


Dear All,

I'm using postgres database with OGR.
I have altered the database encoding to WIN1250 by using that statement ALTER DATABASE tinyows SET client_encoding=WIN1250;
OGR still can't read the fields, and I got an assertion that the characters don't lie in the range -1, 255
CPLValueType CPLGetValueType(const char* pszValue)
   for(; *pszValue != '\0'; pszValue++ )
    {
        if( isdigit( *pszValue))
        {
            bIsLastCharExponent = FALSE;
            /* do nothing */
        }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20170330/4ccf9a84/attachment.html>


More information about the gdal-dev mailing list