Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2020 17:42:19 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r359075 - in stable: 11/share/vt/keymaps 12/share/vt/keymaps
Message-ID:  <202003181742.02IHgJqr090505@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Wed Mar 18 17:42:18 2020
New Revision: 359075
URL: https://svnweb.freebsd.org/changeset/base/359075

Log:
  MFC of r358061:
  
  Use 0x5c for the scan code 0x7d.
  
  Japanese keyboards traditionally use 0x5c for
  both Japanese yen sign key and backslash key.
  While a Japanese yen sign is depicted on the keytop,
  most of Japanese expect that the scan code 0x7d gives
  a backslash (0x5c), not a Japanese yen sign (0xa5).
  
  This is because JIS X 0201 encoding (aka ISO/IEC 646-JA,
  an extended version of ASCII which is very popular
  in Japan) has Japanese yen sign at 0x5c and
  no backslash.  On the other hand, ISO/IEC 8859-1
  has Japanese yen sign at 0xa5.  This difference has
  caused a confusion after Unicode became popular since
  ISO/IEC 10646 adopted 8859-1 for the plane 0.

Modified:
  stable/12/share/vt/keymaps/jp.capsctrl.kbd
  stable/12/share/vt/keymaps/jp.kbd
Directory Properties:
  stable/12/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/11/share/vt/keymaps/jp.capsctrl.kbd
  stable/11/share/vt/keymaps/jp.kbd
Directory Properties:
  stable/11/   (props changed)

Modified: stable/12/share/vt/keymaps/jp.capsctrl.kbd
==============================================================================
--- stable/12/share/vt/keymaps/jp.capsctrl.kbd	Wed Mar 18 17:35:35 2020	(r359074)
+++ stable/12/share/vt/keymaps/jp.capsctrl.kbd	Wed Mar 18 17:42:18 2020	(r359075)
@@ -117,4 +117,4 @@
   115   '\'    '_'    fs     us     '\'    '_'    fs     us      O
   121   ' '    ' '    nul    ' '    ' '    ' '    susp   ' '     O
   123   ' '    ' '    nul    ' '    ' '    ' '    susp   ' '     O
-  125   0xa5   '|'    fs     us     0xa5   '|'    fs     us      O
+  125   '\'    '|'    fs     us     0xa5   '|'    fs     us      O

Modified: stable/12/share/vt/keymaps/jp.kbd
==============================================================================
--- stable/12/share/vt/keymaps/jp.kbd	Wed Mar 18 17:35:35 2020	(r359074)
+++ stable/12/share/vt/keymaps/jp.kbd	Wed Mar 18 17:42:18 2020	(r359075)
@@ -115,4 +115,4 @@
   115   '\'    '_'    fs     us     '\'    '_'    fs     us      O
   121   ' '    ' '    nul    ' '    ' '    ' '    susp   ' '     O
   123   ' '    ' '    nul    ' '    ' '    ' '    susp   ' '     O
-  125   0xa5   '|'    fs     us     0xa5   '|'    fs     us      O
+  125   '\'    '|'    fs     us     0xa5   '|'    fs     us      O



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003181742.02IHgJqr090505>