ger_de.mcs.in

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· IN 代码 · 共 60 行

IN
60
字号
/* * @(#)GER_DE.MCS.in	4.1 * * This is the International UNIX data base for * * 	GERMANY		MCS.1 * */CODESET GER_DE.MCS :#include "MCS.cod"	/*	 * different properties for GERMAN	 */	DIA_A		: UPPER;	DIA_O		: UPPER;	DIA_U		: UPPER;	dia_a		: LOWER;	dia_o		: LOWER;	dia_u		: LOWER;	sharp_s		: LOWER, DIPHTONG;END./* * German needs an additional property table for telephone book collation */PROPERTY P_TELEPHONE:	/*	 * we only define the letters here because anything else will 	 * not be considered valid anyway when we do the collation.	 */	A: UPPER, HEX; B: UPPER, HEX; C: UPPER, HEX;	D: UPPER, HEX; E: UPPER, HEX; F: UPPER, HEX;	G: UPPER; H: UPPER; I: UPPER; J: UPPER;	K: UPPER; L: UPPER; M: UPPER; N: UPPER;	O: UPPER; P: UPPER; Q: UPPER; R: UPPER;	S: UPPER; T: UPPER; U: UPPER; V: UPPER;	W: UPPER; X: UPPER; Y: UPPER; Z: UPPER;	DIA_A: UPPER, DIPHTONG;	DIA_O: UPPER, DIPHTONG;	DIA_U: UPPER, DIPHTONG;	/*	 * same for lower case letters	 */	a: LOWER, HEX; b: LOWER, HEX; c: LOWER, HEX;	d: LOWER, HEX; e: LOWER, HEX; f: LOWER, HEX;	g: LOWER; h: LOWER; i: LOWER; j: LOWER;	k: LOWER; l: LOWER; m: LOWER; n: LOWER;	o: LOWER; p: LOWER; q: LOWER; r: LOWER;	s: LOWER; t: LOWER; u: LOWER; v: LOWER;	w: LOWER; x: LOWER; y: LOWER; z: LOWER;	dia_a: LOWER, DIPHTONG;	dia_o: LOWER, DIPHTONG;	dia_u: LOWER, DIPHTONG;	sharp_s: LOWER, DIPHTONG;END.#include "GER.inc"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?