Skip to content
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

Problem with German Umlauts #10

Open
trockenasche opened this issue Jul 2, 2015 · 2 comments
Open

Problem with German Umlauts #10

trockenasche opened this issue Jul 2, 2015 · 2 comments
Assignees

Comments

@trockenasche
Copy link

when I using words with German Umlauts (Ä,Ö,Ü) i'm getting this error:

Traceback (most recent call last):
  File "cubify.py", line 687, in <module>
    main(sys.argv[1:])
  File "cubify.py", line 684, in main
    cubify.affect()
  File "C:\Program Files\Inkscape\share\extensions\inkex.py", line 268, in affect
    self.effect()
  File "cubify.py", line 337, in effect
    (blockHeight - boxHeight) / 15 * 0.75, self.sideOneTextColor, self.sideOneBgColor, sideOneLayer)
  File "cubify.py", line 567, in formatTextBlock
    self.formatText(x, y + stepY * fontSize * 1.2, text, fontColor, bgColor, textItem)
  File "cubify.py", line 577, in formatText
    self.createTspan(text, fontColor, parent)
  File "cubify.py", line 674, in createTspan
    tspan.text = text
  File "lxml.etree.pyx", line 821, in lxml.etree._Element.text.__set__ (src/lxml/lxml.etree.c:32944)
  File "apihelpers.pxi", line 645, in lxml.etree._setNodeText (src/lxml/lxml.etree.c:15265)
  File "apihelpers.pxi", line 1242, in lxml.etree._utf8 (src/lxml/lxml.etree.c:19848)
ValueError: All strings must be XML compatible: Unicode or ASCII, no NULL bytes

Inkscape version 0.91 with Windows 7 x64

@trockenasche trockenasche changed the title Problem with germen Umlauts Problem with German Umlauts Jul 2, 2015
@Phidelux
Copy link
Owner

Phidelux commented Jul 2, 2015

I will have a look at it.

@Phidelux Phidelux self-assigned this Jul 2, 2015
@trockenasche
Copy link
Author

any news?

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

No branches or pull requests

2 participants