Commit 5f77b0f4 authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Tim Gardner

UBUNTU: [Debian] git-ubuntu-log -- output should be utf-8

Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
parent 3460293e
...@@ -3,9 +3,12 @@ ...@@ -3,9 +3,12 @@
import os import os
import sys import sys
import codecs
import urllib.request import urllib.request
import json import json
sys.stdout = codecs.getwriter("utf-8")(sys.stdout.detach())
# Suck up the git log output and extract the information we need. # Suck up the git log output and extract the information we need.
bugs = [] bugs = []
entries = [] entries = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment