Skip to content

Remove filter of non-ascii characters in RendererDxf.draw_text().#13

Open
josteinl wants to merge 1 commit intomainfrom
experiment/unicode-support
Open

Remove filter of non-ascii characters in RendererDxf.draw_text().#13
josteinl wants to merge 1 commit intomainfrom
experiment/unicode-support

Conversation

@josteinl
Copy link
Copy Markdown
Collaborator

  • Old solutions strips away any non-ascii characters in strings sent to RendererDxf.draw_text(). This makes it hard to keep strings in other languages than English. It also makes it hard to find strings in the dxf structure, if you need to make any adjustments.
  • Remove this restriction and let it be up to the caller if any stripping is needed.

@josteinl josteinl requested a review from jommme March 10, 2026 12:04
@josteinl josteinl self-assigned this Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant