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 6d2ee85a7e
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.
This commit is contained in:
Harald Welte 2019-06-03 09:29:54 +02:00
parent 539148021e
commit 9ec7af1df4
1 changed files with 2 additions and 2 deletions

View File

@ -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": {