[go: up one dir, main page]

File: cp1252.txt

package info (click to toggle)
fltk1.3 1.3.4-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 24,292 kB
  • ctags: 18,602
  • sloc: cpp: 104,403; ansic: 88,673; sh: 3,654; makefile: 1,869; perl: 27; xml: 7
file content (25 lines) | stat: -rw-r--r-- 1,568 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
+---------------+-------------------------------------------------+
| octal   -->   |  0  1  2  3  4  5  6  7 10 11 12 13 14 16 16 17 |
|  |    dec. -> |  0  1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 |
|  v  |  v  |hex|  0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  F |
+-----+-----+---+-------------------------------------------------+
|   0 |   0 | 0 |                                                 |
|  20 |  16 | 1 |                                                 |
|  40 |  32 | 2 |     ! ""  #  $  %  &  '  (  )  *  +  ,  -  .  / |
|  60 |  48 | 3 |  0  1  2  3  4  5  6  7  8  9  :  ;  <  =  >  ? |
| 100 |  64 | 4 |  @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O |
| 120 |  80 | 5 |  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _ |
| 140 |  96 | 6 |  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o |
| 160 | 112 | 7 |  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~    |
| 200 | 128 | 8 |                                    |
| 220 | 144 | 9 |                                   |
| 240 | 160 | A |                                 |
| 260 | 176 | B |                                 |
| 300 | 192 | C |                                 |
| 320 | 208 | D |                                 |
| 340 | 224 | E |                                 |
| 360 | 240 | F |                                 |
+-----+-----+---+-------------------------------------------------+

File:		cp1252.txt
Encoding:	Windows CP 1252 (aka "ansi", western, ...)