我希望能够渲染此推文中显示的字符:
我保存了推文的JSON数据,并编写了一个单行python脚本进行测试。
python -c 'import json,urllib; print json.load(urllib.urlopen("http://c.sente.cc/BUCq/tweet.json"))["text"]'
下图显示了此命令在两个不同的腻子会话上的输出,一个使用Bitstream Vera Sans Mono
字体,另一个使用Courier New
:
接下来是正确输出的示例(我没有使用PuTTY):
原始JSON在此链接上使用Twitter的API。
如何获得腻子显示这些字符?