home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / OTHERUTI / MIC2-1.ZIP / MP2 / MPTRAN.INI < prev    next >
INI File  |  1991-09-09  |  3KB  |  140 lines

  1. ;This is the .INI file from which MicroPhone II gets the
  2. ;character translation scheme for different character sets.
  3. ;The format of this file is as follows:
  4.  
  5. ;The section [Character Sets] indicates the character sets
  6. ;that have a character translation definition. No value is
  7. ;necessary to the right of the '=' character.
  8.  
  9. ;To define the character translation, enter the ASCII value
  10. ;of the character to be translated and the character that it
  11. ;is translated to, under the appropriate section. The ASCII
  12. ;value can be in the following formats:
  13.  
  14. ;     0x2F    (hexidecimal format)
  15. ;      2Fh    (hexidecimal format)
  16. ;       47    (decimal format)
  17.  
  18. ;These numbers all represent the character '/'.
  19.  
  20. ;NOTE:  The appearance of the translated characters will be
  21. ;       affected by the font chosen for the MicroPhone terminal.
  22.  
  23.  
  24.  
  25.  
  26. [Character Sets]
  27. ANSI=
  28. British=
  29. French=
  30. French Canadian=
  31. German=
  32. Italian=
  33. Norwegian/Danish=
  34. Spanish=
  35. Swedish=
  36. Swiss=
  37.  
  38.  
  39. [ANSI]
  40.  
  41.  
  42. [British]
  43. 0x23=0xA3     ;# to ú
  44.  
  45.  
  46. [French]
  47. 23H=A3H       ;# to ú
  48. 40H=E1H       ;@ to ß
  49. 5BH=B0H       ;[ to ░
  50. 5CH=E7H       ;\ to τ
  51. 5DH=A7H       ;] to º
  52. 7BH=E9H       ;{ to Θ
  53. 7CH=F9H       ;| to ∙
  54. 7DH=E8H       ;} to Φ
  55. 7EH=AFH       ;~ to »
  56.  
  57.  
  58. [French Canadian]
  59. 40h=E1h       ;@ to ß
  60. 5Bh=E2h       ;[ to Γ
  61. 5Ch=E7h       ;\ to τ
  62. 5Dh=EAh       ;] to Ω
  63. 5Eh=EEh       ;^ to ε
  64. 7Bh=E9h       ;{ to Θ
  65. 7Ch=F9h       ;| to ∙
  66. 7Dh=E8h       ;} to Φ
  67. 7Eh=FBh       ;~ to √
  68.  
  69.  
  70. [German]
  71. 64=167        ;@ to º
  72. 91=196        ;[ to ─
  73. 92=214        ;\ to ╓
  74. 93=220        ;] to ▄
  75. 123=228       ;{ to Σ
  76. 124=246       ;| to ÷
  77. 125=252       ;} to ⁿ
  78. 126=223       ;~ to ▀
  79.  
  80.  
  81. [Italian]
  82. 0x23=0xA3     ;# to ú
  83. 0x40=0xA7     ;@ to º
  84. 0x5B=0xB0     ;[ to ░
  85. 0x5C=0xE7     ;\ to τ
  86. 0x5D=0xE9     ;] to Θ
  87. 0x60=0xF9     ;` to ∙
  88. 0x7B=0xE1     ;{ to ß
  89. 0x7C=0xF2     ;| to ≥
  90. 0x7D=0xE8     ;} to Φ
  91. 0x7E=0xEC     ;~ to ∞
  92.  
  93.  
  94. [Norwegian/Danish]
  95. 40H=A7H       ;@ to º
  96. 5BH=C6H       ;[ to ╞
  97. 5CH=D8H       ;\ to ╪
  98. 5DH=C5H       ;] to ┼
  99. 5EH=DCH       ;^ to ▄
  100. 7BH=E6H       ;{ to µ
  101. 7CH=F8H       ;| to °
  102. 7DH=E5H       ;} to σ
  103. 7EH=FCH       ;~ to ⁿ
  104.  
  105.  
  106. [Spanish]
  107. 23h=A3h       ;# to ú
  108. 40h=A7h       ;@ to º
  109. 5Bh=A1h       ;[ to í
  110. 5Ch=D1h       ;\ to ╤
  111. 5Dh=BFh       ;] to ┐
  112. 7Bh=B0h       ;{ to ░
  113. 7Ch=F1h       ;| to ±
  114. 7Dh=E7h       ;} to τ
  115.  
  116.  
  117. [Swedish]
  118. 91=196        ;[ to ─
  119. 92=214        ;\ to ╓
  120. 93=197        ;] to ┼
  121. 94=220        ;^ to ▄
  122. 123=228       ;{ to Σ
  123. 124=246       ;| to ÷
  124. 125=229       ;} to σ
  125. 126=252       ;~ to ⁿ
  126.  
  127.  
  128. [Swiss]
  129. 0x23=0xf9     ;# to ∙
  130. 0x40=0xe0     ;@ to α
  131. 0x5b=0xe9     ;[ to Θ
  132. 0x5c=0xe7     ;\ to τ
  133. 0x5d=0xea     ;] to Ω
  134. 0x5e=0xee     ;^ to ε
  135. 0x5f=0xe8     ;_ to Φ
  136. 0x7b=0xe4     ;{ to Σ
  137. 0x7c=0xf6     ;| to ÷
  138. 0x7d=0xfc     ;} to ⁿ
  139. 0x7e=0xfb     ;~ to √
  140.