yinwang0 / pysonar2

PySonar2: a semantic indexer for Python with interprocedual type inference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unicode support

zengfanfan opened this issue · comments

how about add support for unicode?

if a py file declares #coding=utf-8,
then add a meta node in the header of related html file:

<meta charset="utf-8">

or if pysonar2 does support unicode, plz tell me how....

thanks!

It already supports unicode declarations line #coding=utf-8. It just didn't put the tag in html. You can manually set it to unicode in the browser and should see results.

i forced it to add the tag by modifying Demo.java to work around....
for my own code, only utf-8 will be used.

What browser do you use? My browser can display it correctly no matter the meta tag is there or not.