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 */
}
_______________________________________________
gdal-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/gdal-dev