greyblake / vim-preview

Vim plugin for previewing markup files(markdown,rdoc,textile,html)
GNU General Public License v2.0
209 stars 29 forks source link

No output when using national characters (Unicode handling problem?) #28

Closed erszcz closed 10 years ago

erszcz commented 11 years ago

When using reStructuredText as long as I stay with ASCII everything's peachy, but as soon as I enter a national (Polish to be exact) character, the preview file is empty (i.e. not exactly empty, it's just the HTML template without my document's content).

I've checked it with Markdown and the situation is OK - the document is then generated properly. When I use rst2html in the shell the output document is also OK. Hence, I suspect RbST to be buggy in some way, not handling properly Unicode data.

I'll try to give more data once I have some time in the evening, just wanted to report the issue now as I stumbled upon it.

greyblake commented 11 years ago

Thanks for the report. I will take a deeper to figure out is there something I can do.

greyblake commented 10 years ago

Well, it works in my environment with cyrillic characters. My environment is:

I'm closing the issue.

P.S. Sorry for the delay.