From dde5215e5dee5fae83fa05a6ea2f767024e87713 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Tue, 14 Nov 2017 21:42:33 +0100 Subject: [PATCH] 'ascii' codec can't encode character u'\U0001f4a9' in position 4: ordinal not in range(128) #1185 --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index cb227154..0625ea67 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,7 @@ Bugs corrected: * Crash on startup: KeyError: 'hz_actual_raw' on Raspbian 9.1 #1170 * Add missing mount-observe and system-observe interfaces #1179 * OS specific arguments should be documented and reported #1180 + * 'ascii' codec can't encode character u'\U0001f4a9' in position 4: ordinal not in range(128) #1185 Backward-incompatible changes: