httplab/insup

Windows: cyrillic problem

sarhov opened this issue · 10 comments

In windows there are problem with cyrillic, for example in editor I wrote,
2014-07-31_18-32-26

but in insales I got

2014-07-31_18-33-39

Double check that your file is actually utf-8. I don't process files in any way, they are uploaded as-is.

yes there are in utf-8, I have even again save them as UTF - 8.

I have found solution for me just now, if I change characters to Unicode for my command line using this chcp 65001 then all is okay, but in this way I always need before command insup run chcp 65001, but the rest things works fine ))))

May I ask you to upload the problematic file somewhere?

of course, here is it

update, sorry this one

https://dl.dropboxusercontent.com/u/77028632/layouts.layout.liquid

Looks pretty much empty to me.

I have updated the link

If I not run chcp 65001 to change commande character to unicode before insup, in Insales, I get abrakadabra, like the second screenshot above, but when I run it, all is okay

no, not to file, I change commande line characters
2014-07-31_19-03-08
I think the problem only in windows, as I always has problem with characters, in jekyll for windows there is also problem like this

OK seems this is connected to the command-line encoding in Windows. We didn't do much Windows testing unfortunately. Don't you mind providing a short instruction on how you managed to make insup work on windows? Just modify the README.md and make a pull-request if you please.

ok..with pleasure, maybe will be helpfull for somebody