Commit 0034fbcf authored by FichteFoll's avatar FichteFoll

Escape some korean utf-8 that was used in a tag

It produced a UnicodeDecodeError in the tests on my machine.
parent 157d2e9b
...@@ -98,9 +98,9 @@ ...@@ -98,9 +98,9 @@
] ]
}, },
{ {
"name": "Ohdeung-eun", "name": "Ohdeung-eun",
"details": "http://github.com/luavis/Ohdeung-eun", "details": "http://github.com/luavis/Ohdeung-eun",
"labels": ["Lorem", "lorem", "hangul", "오등은"], "labels": ["Lorem", "lorem", "hangul", "\\uc624\\ub4f1\\uc740"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
......
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