Windows: cyrillic problem
sarhov opened this issue · 10 comments
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
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