[fdo-users] problems with none ascii characters and OGR 3.3.

Traian Stanev traian.stanev at autodesk.com
Fri Feb 10 10:39:24 EST 2012


Hi,

The implementation of the OGR provider passes such filters down to the underlying OGR library, so there's no easy fix for this on the FDO side. 
Would  combining both filters with OR work: name (LIKE 'X') OR (name LIKE 'Y')?

Traian


> -----Original Message-----
> From: fdo-users-bounces at lists.osgeo.org [mailto:fdo-users-
> bounces at lists.osgeo.org] On Behalf Of Birgir
> Sent: Friday, February 10, 2012 5:32 AM
> To: fdo-users at lists.osgeo.org
> Subject: [fdo-users] problems with none ascii characters and OGR 3.3.
> 
> Hi there,
> 
> Im having problems with none ascii characters and OGR 3.3.
> 
> It seems that only danish letters or non ascii characters are case sensitive. I have
> testet the following filters:
> 
> name Like 'B%'   - works
> name Like 'b%'   - works
> name Like 'Å%'   - works, because the text in the Mapinfo file starts with a
> capital Å.
> name Like 'å%'   - Doesnt not return anything.
> 
> Ive solved this problem on Oracles feature source, because it allows me to use
> Upper(name) Like 'Å%'.
> 
> Can I use some sort of an Upper function with ORG? Or can I solve this problem
> in another way?
> 
> Regards,
> Birgir
> 
> --
> View this message in context: http://osgeo-org.1560.n6.nabble.com/problems-
> with-none-ascii-characters-and-OGR-3-3-tp4382874p4382874.html
> Sent from the FDO Users mailing list archive at Nabble.com.
> _______________________________________________
> fdo-users mailing list
> fdo-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/fdo-users


More information about the fdo-users mailing list