-
-
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
Bug with method GetStyleString() #10630
Comments
@neophammdc Please attach such DGN file (in a .zip) |
Hi @rouault, please attach DGN v7 sample file. Note: I got the above error when reading with Android Java environment |
rouault
added a commit
to rouault/gdal
that referenced
this issue
Aug 26, 2024
rouault
added a commit
to rouault/gdal
that referenced
this issue
Aug 26, 2024
…return a byte[] when content is not UTF-8 Fixes OSGeo#10521 Fixes OSGeo#10630
rouault
added a commit
to rouault/gdal
that referenced
this issue
Aug 26, 2024
…return a byte[] when content is not UTF-8 Fixes OSGeo#10521 Fixes OSGeo#10630
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the bug?
Bug with method GetStyleString()
Steps to reproduce the issue
I use GDAL 3.9.2 with JAVA to read DGN v7 data, but get error when calling org.gdal.ogr.Feature.GetStyleString() function due to CHARSET WINDOW-1252 encoding.
I think maybe need to add function like org.gdal.ogr.Feature.GetStyleAsBinary()
Is this possible? Thanks a lot
Versions and provenance
Build on Ubuntu 22.04 with GDAL 3.9.2
Additional context
Java Android
The text was updated successfully, but these errors were encountered: