Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save comuttun/37859747134899e9bd7e to your computer and use it in GitHub Desktop.
Save comuttun/37859747134899e9bd7e to your computer and use it in GitHub Desktop.
Microsoft Remote Desktop - Yen Sign Problem

Microsoft Remote Desktop - Yen Sign Problem

Yen input from MacBookPro with 106 JIS Keyboard

¥

Backslash input from MacBookPro with 106 JIS Keyboard

¥

Yen input from Windows 7 with 106 JIS Keyboard

\
  • UTF-8: 0x5C

Version confirmed

  • Mac Book Pro with 106 JIS Keyboard
  • OS X: 10.10.3
  • Microsoft Remote Desktop: 8.0.15
  • Windows 7 Professional Japanese

What is problem?

0xC2 0xA5 is not correct for file name separator.

For example, input in command prompt, like dir C:\.

Also, Control-Yen is popular keybind to toggle IME ON/OFF, and Control-Yen from Microsoft Remote Desktop does not work.

In addition, this problem does not occur on Microsoft Remote Desktop Connection 2.1.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment