-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make OGR SQL deal with UTF-8 content for LIKE operator #8835
Comments
2 tasks
rouault
added a commit
to rouault/gdal
that referenced
this issue
Nov 27, 2023
…ringsAsUTF8) (fixes OSGeo#8835)
rouault
added a commit
to rouault/gdal
that referenced
this issue
Nov 27, 2023
…ringsAsUTF8) (fixes OSGeo#8835)
rouault
added a commit
to rouault/gdal
that referenced
this issue
Nov 27, 2023
…ringsAsUTF8) (fixes OSGeo#8835)
rouault
added a commit
to rouault/gdal
that referenced
this issue
Nov 27, 2023
rouault
added a commit
to rouault/gdal
that referenced
this issue
Nov 27, 2023
rouault
added a commit
to rouault/gdal
that referenced
this issue
Nov 28, 2023
rouault
added a commit
that referenced
this issue
Nov 29, 2023
OGR SQL / SQLite dialect / SQLite & GPKG drivers: add UTF-8 support for LIKE/ILIKE (for layers declaring OLCStringsAsUTF8) (fixes #8835)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For drivers that advertize OLCStringsAsUTF8, it would be desirable to have the LIKE operator deal properly with non ASCII multibyte UTF-8 characters. Cf qgis/QGIS#55347
The text was updated successfully, but these errors were encountered: