[gull] difficulté keybinding sous Eterm (Bis)

Pierre Maitre maitre at cdg.ch
Thu Sep 15 15:05:50 CEST 2005


Sebastien Chassot wrote:


> http://en.wikipedia.org/wiki/ASCII_code


ou pour faire sa table ascii soi-même, un petit programme awk qui m'a 
souvent rendu service:

maitre at anesth1:~/bin$ cat ascii.ak
BEGIN{
flag = 0
for (i=10; i<=256;i++)
	{
	flag++
	printf("%d  %o  %c     ", i,i,i)
	if (flag == 4)
		{
		flag = 0
		printf("\n")
		}
	}
}

maitre at anesth1:~/bin$ awk -f ascii.ak | head -30
10  12
      11  13       12  14       13  15
14  16       15  17       16  20       17  21
18  22       19  23       20  24       21  25
22  26       23  27       24  30       25  31
26  32       27  33      28  34       29  35
30  36       31  37       32  40        33  41  !
34  42  "     35  43  #     36  44  $     37  45  %
38  46  &     39  47  '     40  50  (     41  51  )
42  52  *     43  53  +     44  54  ,     45  55  -
46  56  .     47  57  /     48  60  0     49  61  1
50  62  2     51  63  3     52  64  4     53  65  5
54  66  6     55  67  7     56  70  8     57  71  9
58  72  :     59  73  ;     60  74  <     61  75  =
62  76  >     63  77  ?     64  100  @     65  101  A
66  102  B     67  103  C     68  104  D     69  105  E
70  106  F     71  107  G     72  110  H     73  111  I
74  112  J     75  113  K     76  114  L     77  115  M
78  116  N     79  117  O     80  120  P     81  121  Q
82  122  R     83  123  S     84  124  T     85  125  U
86  126  V     87  127  W     88  130  X     89  131  Y
90  132  Z     91  133  [     92  134  \     93  135  ]
94  136  ^     95  137  _     96  140  `     97  141  a
98  142  b     99  143  c     100  144  d     101  145  e
102  146  f     103  147  g     104  150  h     105  151  i
106  152  j     107  153  k     108  154  l     109  155  m
110  156  n     111  157  o     112  160  p     113  161  q
114  162  r     115  163  s     116  164  t     117  165  u
118  166  v     119  167  w     120  170  x     121  171  y
122  172  z     123  173  {     124  174  |     125  175  }




-- 
Dr Pierre-O. Maitre
Privat Docent
FMH Anesthésiologie
FMH Pharmacologie Clinique
Cabinet médical / A la Joy
1272 Genolier Switzerland




More information about the gull mailing list