Unicode Error when trying to use Command Prompt with USB Flash drive or SD Card

lmeza 1 Reputation point
2021-07-07T07:20:09.52+00:00

I have problems when trying to use unicode characters like Russian characters (Cyrillic) on the Command Prompt (CMD). This problem only happens when I am on USB Flash drive or SD Card, which use FAT32. I use Windows 7 Ultimate 64-bits.

For instance, when I am on F:\ and try to open "F:\Что-то.docx" the error I get is:

"No mapping for the unicode character exists in the target multi-byte code page."

However, when I open files with latin characters "Hello.docx" works ok. When I use NTFS Hard Drive (C,D) works ok without errors too, so it seems that it only happens when using external drivers.

I have also try CHCP 65001 before starting with other lines but doesn't help.

112446-error.jpg

Thanks for the reply.

Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Percival Yang 731 Reputation points
    2021-07-08T03:03:54.477+00:00

    Hi,
    @lmeza
    From your description, the error is due to removable drives, while, you can try use a NTFS format USB disk to furtherly verify your presumption.
    Beside, you can change the font of command prompt to Lucida Console.112764-1.png

    And then have another try by changing the code page to Windows-1253 or 866. You do this on the command prompt by "chcp 1253", or chcp 866 and chcp 65001 again.
    The last step. Check the language for non-Unicode programs. A better cleaner thing to do: Just install the available, free, Microsoft Russian language pack.
    112817-2.png

    Hope this can help you
    If your need further help, be free reply to me at your convenience.

    ==============================================================================

    If the Answer is helpful, please click "Accept Answer" and upvote it


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.