jmacd / xdelta

open-source binary diff, delta/differential compression tools, VCDIFF/RFC 3284 delta compression
http://xdelta.org
1.09k stars 181 forks source link

Unicode support #245

Open usermode opened 6 years ago

usermode commented 6 years ago

Hello! Is the possible to add processing and applying paths and filenames with Unicode characters? F.e. this not works: "c:\1\Restauração.txt" "c:\2\Restauração.txt" "C:\pd\Restauração.patch"

abolibibelot1980 commented 3 years ago

It may work if you change the active codepage before running the command. I use the following which works for french language : chcp 1252

usermode commented 3 years ago

It may work if you change the active codepage before running the command. I use the following which works for french language : chcp 1252

I already recompile 3.0.8 engine with full unicode support.