Hello,

I'm using the current version of python-bugzilla (0.9.0) and bugzilla (4.4).

If I'm creating a bug that contains a german umlaut (äöü) in summary or comment the rest of the field is cutted off.

Example:

The cli command

bugzilla new -p PRODUCT -v unspecified -c COMPONENT --summary "This is the sümmary" --comment "This is the cömment"

results in the following bug

Summary: This is the s
Comment: This is the c

Can anyone confirm/fix this bug?

Thanks!