#322 fix encoding when parsing json data on the hub
Merged by mikem. Opened by mikem.
mikem/koji cg-unicode  into  master

Download 322.patch

The json module returns unicode strings in its parse results, which can confuse some of the hub code. This changes applies fixEncoding() to such strings.

Unit tests included

@mikeb any thoughts here?

Looks good to me.

Pull-Request has been merged by mikem

Metadata