lltcggie / waifu2x-caffe

waifu2xのCaffe版
MIT License
8.04k stars 839 forks source link

what is written after completion of processing in a command line? #93

Open GrayWolfson opened 7 years ago

GrayWolfson commented 7 years ago

After processing of any file by waifu2x-caffe-cui.exe show the unclear text )) most likely on Japanese appears and the coding isn't supported. Use code page CP866 for support of the Cyrillic characters in a path. for the sample "t:>"D:\soft\waifu2x-caffe\waifu2x-caffe-cui.exe" -p gpu -m auto_scale -n 1 -q 1 00 --crop_size 128 --model_dir "D:\soft\waifu2x-caffe\models\upconv_7_photo" -s 1.70454545454545 -i "D:\пример\Пример.jpg" -o "D:\пример\Пример.wai.jpg" Х╧К╖В╔РмМўВ╡В▄В╡В╜"

It is possible to translate it into English or to take from files with the translations?

yujinlin0224 commented 7 years ago

I deocde "Х╧К╖В╔РмМўВ╡В▄В╡В╜" using CP866 and encode that using CP932. I think that is “変換に成功しました”, means "Conversion succeeded". You can set your code page to 65001 (UTF-8). UTF-8 will support both Cyrillic and Japanese characters.