Unicode characters in Windows command line - how? -


we have project in team foundation server (tfs) has non-english character (š) in it. when trying script few build-related things we've stumbled upon problem - can't pass š letter command-line tools. command prompt or not else messes up, , tf.exe utility can't find specified project.

i've tried different formats .bat file (ansi, utf-8 , without bom) scripting in javascript (which unicode inherently) - no luck. how execute program , pass unicode command line?

try:

chcp 65001 

which change code page utf-8. also, need use lucida console fonts.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -