yary <[email protected]> writes: > since "adb shell ... doesn't seem to be capable to > handle multibyte characters above U+10000" – can you open the adb > shell and see if "ls" mis-handles the rainbow char? If so then you > have a test case that you can file directly with the Android Debug > Bridge people- though I don't know who they are...
The ls command outputs the char properly: --8<---------------cut here---------------start------------->8--- zeroflte:/ $ ls /sdcard/tmp/ 123.org crypt 🌈.gpx zeroflte:/ $ --8<---------------cut here---------------end--------------->8--- However, I have no idea how to quote the filename "🌈.gpx" in the shell's commands like ls. And a Google search didn't gave me any clue. > -y Best regards, Michael.
