In windows cmd, I typed,
adb pull /sdcard/1/이름 D:\wspace
('이름' is non-ascii unicode character)
so, an error occurred
C:\>adb pull /sdcard/1/이름 D:\wspace
remote object '/sdcard/1/이름' does not exist
how to pull unicode character files?
I just want to post this as an answer, for more visibility. The answer is originally posted as a comment by user @AlexP above. Upvote him.
To allow Unicode in file names, type
chcp 65001
and only after that type adb pull.
I've checked it now with Chinese and it works. Codepage 65001 is the way Unicode is denoted in Windows.
Or just use Powershell.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With