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!
On 07/06/2013 10:24 AM, Terry Krueger wrote:
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?
With python-bugzilla git I just tried this against partner-bugzilla.redhat.com, the rhbz instance for this type of testing, and it seemed to work fine:
PYTHONPATH=. bin/bugzilla --debug --bugzilla partner-bugzilla.redhat.com new --product Fedora -v 18 -c python-bugzilla --summary "This is the sümmary" --comment "This is the cömment"
Output: https://partner-bugzilla.redhat.com/show_bug.cgi?id=947216
What bugzilla instance are you trying against? Can you provide the --debug output of the bugzilla command (bugzilla --debug new ...)
I do see that there's a bugzilla utf8 setting listed here:
http://www.bugzilla.org/docs/tip/en/html/parameters.html
Maybe your instance isn't using it?
- Cole
python-bugzilla@lists.stg.fedorahosted.org