patch-2.3.14 linux/drivers/char/defkeymap.c
Next file: linux/drivers/char/ftape/lowlevel/ftape-setup.c
Previous file: linux/drivers/char/console.c
Back to the patch index
Back to the overall index
-  Lines: 14
-  Date:
Thu Aug 12 10:17:17 1999
-  Orig file: 
v2.3.13/linux/drivers/char/defkeymap.c
-  Orig date: 
Fri Feb 24 11:38:27 1995
diff -u --recursive --new-file v2.3.13/linux/drivers/char/defkeymap.c linux/drivers/char/defkeymap.c
@@ -233,6 +233,7 @@
 	{'A', 'A', '\305'},	{'a', 'a', '\345'},
 	{'A', 'E', '\306'},	{'a', 'e', '\346'},
 	{',', 'C', '\307'},	{',', 'c', '\347'},
+	{'\'', 'C', '\307'},	{'\'', 'c', '\347'},
 	{'`', 'E', '\310'},	{'`', 'e', '\350'},
 	{'\'', 'E', '\311'},	{'\'', 'e', '\351'},
 	{'^', 'E', '\312'},	{'^', 'e', '\352'},
@@ -259,4 +260,4 @@
 	{'s', 'z', '\337'},	{'i', 'j', '\377'},
 };
 
-unsigned int accent_table_size = 68;
+unsigned int accent_table_size = 70;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)