We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When I'm trying to read dxf file which includes German Umlauts(ä, ö, ü) letters in layer name, it shows the error below.
To Reproduce Information and data needed to reproduce the error:
A simplified Python script which triggers the error. doc = ezdxf.readfile("umlaut_layer_test.dxf")
Information about the ezdxf version and the OS. dzdxf 0.17.2 / Window 11
If a 3rd party DXF file causes the error, add a simplified and zipped dxf
Expected behavior Checking the error when reading the letter Umlauts ü(Unicode Character: \U+00FC)
The text was updated successfully, but these errors were encountered:
Can not download and open your DXF file!
This works in the current version of ezdxf:
Sorry, something went wrong.
a800bf3
The recover module decodes the DXF unicode encoding: \U+00FC -> ü
\U+00FC
Documentation of the recover module: https://ezdxf.mozman.at/docs/drawing/recover.html
recover
recover module works well. Thanks
No branches or pull requests
Describe the bug
When I'm trying to read dxf file which includes German Umlauts(ä, ö, ü) letters in layer name, it shows the error below.
To Reproduce
Information and data needed to reproduce the error:
A simplified Python script which triggers the error.
doc = ezdxf.readfile("umlaut_layer_test.dxf")
Information about the ezdxf version and the OS.
dzdxf 0.17.2 / Window 11
If a 3rd party DXF file causes the error, add a simplified and zipped
dxf
Expected behavior
Checking the error when reading the letter Umlauts ü(Unicode Character: \U+00FC)
The text was updated successfully, but these errors were encountered: