From 9ec7af1df4682423db1966155fe5ecffc4bf836b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 3 Jun 2019 09:29:54 +0200 Subject: [PATCH] products.json: Avoid "Umlauts" for python 2.x compatibility Without this patch, python 2.x would abort with a famous 'ascii' codec can't decode byte ... error. This is why I kept the file free of special characters so far, but commit 6d2ee85a7e1c6c8518b22b0e6a42fa8a6f32ce54 unfortunately broke that assumption. I'm sure there's a proper solution, but I really don't feel like investing time into researching and testing that now. --- inema/data/products.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inema/data/products.json b/inema/data/products.json index d73cd16..b190b78 100644 --- a/inema/data/products.json +++ b/inema/data/products.json @@ -517,13 +517,13 @@ "10270": { "international": true, "cost_price": "1.00", - "name": "Warenpost Int. KT EU USt. für Internetmarke", + "name": "Warenpost Int. KT EU USt. fuer Internetmarke", "max_weight": "2000" }, "10292": { "international": true, "cost_price": "3.50", - "name": "Warenpost Int. KT Unterschrift EU USt. für Internetmarke", + "name": "Warenpost Int. KT Unterschrift EU USt. fuer Internetmarke", "max_weight": "2000" }, "10264": {