[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] json-encode-char bug?
From: |
Takafumi Arakaki |
Subject: |
[PATCH] json-encode-char bug? |
Date: |
Thu, 27 Sep 2012 12:22:15 +0200 |
Dear Emacs devs,
I am using json.el for my IPython notebook client in Emacs [1].
json.el works very well but I think I found a bug. It prints
character 161 (Non-breaking space) as a raw character, but it causes
error when parsing it in Python. I think it should be escaped in
\uNNNN form. I attached a patch to fix this problem.
[1] https://github.com/tkf/emacs-ipython-notebook
Best,
Takafumi Arakaki
json.patch
Description: Binary data
- [PATCH] json-encode-char bug?,
Takafumi Arakaki <=