home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / htmstrip.zip / HTMSTRIP.INI < prev   
INI File  |  1998-11-24  |  26KB  |  474 lines

  1. [HTMSTRIP]
  2. ; HTMSTRIP.INI
  3. ; This file consists of the following sections
  4. ;   (1) Changing program defaults --
  5. ;       see the documentation under "Specifying parameters"
  6. ;   (2) Entity references (about 260 lines of stuff) --
  7. ;       see the documentation under "Defining Entity References"
  8. ;   (3) Symbol lookups (how <A ...> etc links show up) --
  9. ;       see the documentation under "Defining the Symbolic References"
  10. ;   (4) Filter table items (e.g. how decimal 182 shows up) --
  11. ;       see the documentation under "Defining the Character-Translations"
  12.  
  13. ; Note that the current version of HTMSTRIP can be obtained from my
  14. ; Web site at http://www.geocities.com/SiliconValley/Lakes/2414
  15.  
  16. ; Program written by Bruce Guthrie, WayneSof@erols.com
  17.  
  18. ; -------- (1) Changing program defaults -------
  19.  
  20. ; Here's the syntax chart from the command:
  21. ;
  22. ; HTMSTRIP [ filespec | (filelist) | @listfile ] [ /Cpath ] [ outfile ]
  23. ;   [ /EXT=.xxx ] [ /COPY=path ] [ /CREATE ] [ /ALL ] [ /ATTR=attribs ]
  24. ;   [ /WIDTH=n ] [ /FORCE ] [ /RULE=s ] [ /BORDER=c ] [ /BUFF=n ] [ /SPACES ]
  25. ;   [ /RSPACE ] [ /WARNINGS ] [ /-TABLE ] [ /-INDENT ] [ /CPn ] [ /A=spec ]
  26. ;   [ /IMG=spec | /IMGALT=spec ] [ /ALTONLY ] [ /MAP=spec | /MAPALT=spec ]
  27. ;   [ /-INPUT ] [ /Linitfile ] [ /FILTER | /FILTER=filename ]
  28. ;   [ /LOG=logfile ] [ /Tpath ] [ /MONO ]
  29. ;   [ /Iinitfile | /-I ] [ /-ENV ] [ /? ] [ /?&H ]
  30. ;
  31. ; Note that only options that begin with a "/" can be included in the
  32. ; INI file so forget "filespec", "@listfile", and "outfile" above.
  33.  
  34. ; The following lines are examples of how to override system
  35. ; defaults.  In actuality, they are for values that are
  36. ; already system defaults but they give you an idea of how you
  37. ; might change them if you wanted to.  You might instead put
  38. ; similar statements in a separate INI file for this.  To
  39. ; modify the default, remove the leading semi-colon (";") and
  40. ; then modify the item.  There are some other options that can
  41. ; be changed that didn't make sense to declare as defaults
  42. ; below: /Cpath, /COPY=path, and /FILTER=filename.
  43.  
  44. ;/A=NONE          ; Change to /A=FSITE to embed full site names; see docs for other choices
  45. ;/-ALL            ; Change to /ALL if you want non-recognizable files checked
  46. ;/-ALTONLY        ; Change to /ALTONLY if you *only* want to see ALT=alias references for graphics
  47. ;/ATTR=-H-S       ; /ATTR=ALL processes everything; changing is seldom necessary though
  48. ;/BORDER=T        ; Change to /BORDER=B to replace with spaces, see docs for other choices
  49. ;/BUFF=1          ; Change to /BUFF=2 or more to increase spaces around vertical table divides
  50. ;/COLOR           ; Change to /MONO to avoid color changes during execution
  51. ;/CP1             ; Change to /CP3 for the Windows TrueType-supported character set
  52. ;/-CREATE         ; Change to /CREATE to creates the output subdirectory if it doesn't exist already
  53. ;/ENV             ; Change to /-ENV to avoid trying to resolve passed-in environmental variables
  54. ;/EXT=.OUT        ; Determines default file extension for output files
  55. ;/-FORCE          ; Change to /FORCE if tables must be squeezed into specified page width
  56. ;/HTTP=[]         ; Change to something else when site names are shown
  57. ;/IHTMSTRIP.INI   ; Change to something else to read the INI file from elsewhere
  58. ;/IMG=NONE        ; Change to /IMG=FSITE to embed full file names; see docs for other choices
  59. ;/IMGALT=NONE     ; Change to /IMGALT=FSITE to embed full file names or ALT=alias references; see docs for other choices
  60. ;/INDENT          ; Change to /-INDENT if you don't want <BLOCKQUOTE> sections indented
  61. ;/-INPUT          ; Change to /INPUT if you want to see indications of where input zones are
  62. ;/LHTMSTRIP.INI   ; Change to something else to read the entity references from another file
  63. ;/-LOG            ; Change to /LOG or /LOG=filename to log files processed
  64. ;/MAP=NONE        ; Change to /MAP=FSITE to embed full file names; see docs for other choices
  65. ;/MAPALT=NONE     ; Change to /MAPALT=FSITE to embed full file names or ALT=alias references; see docs for other choices
  66. ;/-RSPACE         ; Change to /RSPACE if you need spaces before/after <HR> tags
  67. ;/RULE=-          ; Change to something else for <HR> indicators
  68. ;/-SPACES         ; Change to /SPACES to keep all blank lines
  69. ;/TABLE           ; Change to /-TABLE to skip processing tables
  70. ;/-WARNINGS       ; Change to /WARNING to display warning messages about HTML problems
  71. ;/WIDTH=80        ; Change to another value to make output lines longer/shorter
  72.  
  73. ; ------- (2) Entity references ----------
  74.  
  75. ; Normal lookups.  What HTML codes are replaced by what codes?
  76. ; These codes are defined as "entity references" in the manuals.
  77.  
  78. ; The entities are listed alphabetically by type of entity
  79. ; but they don't actually have to be in any order whatsoever.
  80.  
  81. ; For most of the symbols, there are three character lookups provided,
  82. ; one between each underscore pair.  For example, "_AE_Æ_╞_".
  83. ; Item: (1) = 7-bit ASCII characters; this is a universal
  84. ;             character set that should work under DOS and
  85. ;             Windows as well as being e-mailable to anyone.  It avoids
  86. ;             all high order bit characters.  This excludes most foreign
  87. ;             characters as well as some others.  Example, "AE" above.
  88. ;       (2) = 8-bit ASCII characters--DOS only; this set includes
  89. ;             high-order DOS characters which works only from DOS.
  90. ;             Foreign characters appear fine under DOS but they come
  91. ;             off totally wrong under Windows and may not work well
  92. ;             under e-mail.  Example, "Æ" above.
  93. ;       (3) = ANSI characters meeting the ISO 8859/1 8-bit single-byte
  94. ;             graphic character set.  This set only works under Windows
  95. ;             and may not work well under e-mail.  Example, "╞" above.
  96.  
  97. ; See HTMSTRIP.DOC under "Defining Entity References"
  98.  
  99. ; Foreign characters (capital letters)
  100. Æ    = _AE_Æ_╞_             ; Capital AE dipthong (ligature)
  101. Á   = _A_A_┴_              ; Capital A, acute accent
  102.     = _A_A_┬_              ; Capital A, circumflex access
  103. À   = _A_A_└_              ; Capital A, grave accent
  104. Å    = _A_Å_┼_              ; Capital A, ring
  105. à  = _A_A_├_              ; Capital A, tilde
  106. Ä     = _A_Ä_─_              ; Capital A, dieresis or umlaut mark
  107. Ç   = _C_Ç_╟_              ; Capital C, cedilla
  108. Р     = _D_D_╨_              ; Capital Eth, Icelandic
  109. É   = _E_É_╔_              ; Capital E, acute accent
  110. Ê    = _E_E_╩_              ; Capital E, circumflex accent
  111. È   = _E_E_╚_              ; Capital E, grave accent
  112. Ë     = _E_E_╦_              ; Capital E, dieresis or umlaut mark
  113. Í   = _I_I_═_              ; Capital I, acute accent
  114. Π   = _I_I_╬_              ; Capital I, circumflex accent
  115. Ì   = _I_I_╠_              ; Capital I, grave accent
  116. Ï     = _I_I_╧_              ; Capital I, dieresis or umlaut mark
  117. Ñ   = _N_Ñ_╤_              ; Capital N, tilde
  118. Ó   = _O_O_╙_              ; Capital O, acute accent
  119. Ô    = _O_O_╘_              ; Capital O, circumflex accent
  120. Ò   = _O_O_╥_              ; Capital O, grave accent
  121. Ø   = _O_O_╪_              ; Capital O, slash
  122. Õ   = _O_O_╒_              ; Capital O, tilde
  123. Ö     = _O_Ö_╓_              ; Capital O, dieresis or umlaut mark
  124. Ú   = _U_U_┌_              ; Capital U, acute accent
  125. Û    = _U_U_█_              ; Capital U, circumflex accent
  126. Ù   = _U_U_┘_              ; Capital U, grave accent
  127. Ü     = _U_Ü_▄_              ; Capital U, dieresis or umlaut mark
  128. Ý   = _Y_Y_▌_              ; Capital Y, acute accent
  129. Þ    = _D_D_▐_              ; Capital THORN, Icelandic
  130.  
  131. ; Foreign characters (small characters)
  132. á   = _a_á_ß_              ; Small a, acute accent
  133. â    = _a_â_Γ_              ; Small a, circumflex accent
  134. æ    = _a_æ_µ_              ; Small ae dipthong (ligature)
  135. à   = _a_à_α_              ; Small a, grave accent
  136. å    = _a_å_σ_              ; Small a, ring
  137. ã   = _a_a_π_              ; Small a, tilde
  138. ä     = _a_ä_Σ_              ; Small a, dieresis or umlaut mark
  139. ç   = _c_ç_τ_              ; Small c, cedilla
  140. é   = _e_é_Θ_              ; Small e, acute accent
  141. ê    = _e_ê_Ω_              ; Small e, circumflex accent
  142. è   = _e_è_Φ_              ; Small e, grave accent
  143. ð      = _e_e_≡_              ; Small etc, Icelandic
  144. ë     = _e_ë_δ_              ; Small e, dieresis or umlaut mark
  145. í   = _i_í_φ_              ; Small i, acute accent
  146. î    = _i_î_ε_              ; Small i, circumflex accent
  147. ì   = _i_ì_∞_              ; Small i, grave accent
  148. ï     = _i_ï_∩_              ; Small i, dieresis or umlaut mark
  149. ñ   = _n_ñ_±_              ; Small n, tilde
  150. ó   = _o_ó_≤_              ; Small o, acute accent
  151. ô    = _o_ô_⌠_              ; Small o, circumflex accent
  152. ò   = _o_ò_≥_              ; Small o, grave accent
  153. ø   = _o_φ_°_              ; Small o, slash
  154. õ   = _o_o_⌡_              ; Small o, tilde
  155. ö     = _o_ö_÷_              ; Small o, dieresis or umlaut mark
  156. ß    = _ss_ß_▀_             ; Small sharp s, German (sz ligature)
  157. þ    = _D_D_■_              ; Small thorn, Icelandic
  158. ú   = _u_ú_·_              ; Small u, acute accent
  159. û    = _u_u_√_              ; Small u, circumflex accent
  160. ù   = _u_ù_∙_              ; Small u, grave accent
  161. ü     = _u_ü_ⁿ_              ; Small u, dieresis or umlaut mark
  162. ý   = _y_y_²_              ; Small y, acute accent
  163. ÿ     = _y_ÿ_ _              ; Small y, dieresis or umlaut mark
  164.  
  165. ; Symbols
  166. &      = &                    ; Ampersand
  167. ¦   = _|_|_ª_              ; Broken vertical bar (pipe symbol)
  168. &cdots;    = _..._∙∙∙_..._        ; Three dots on center line
  169. ¸    = _c_c_╕_              ; Cedilla
  170. ¢     = _cents_¢_ó_          ; Cent symbol
  171. ©     = _(c)_(c)_⌐_          ; Copyright symbol
  172. °      = _degree_°_░_         ; Degree symbol
  173.       = \032                 ; Thick space
  174. &endash;   = -                    ; Dash
  175.       = \032                 ; Thin space
  176. ½   = _1/2_½_╜_            ; One half
  177. ¼   = _1/4_¼_╝_            ; One quarter
  178. ¾   = _3/4_3/4_╛_          ; Three quarters
  179. >       = >                    ; Greater than
  180. ¡    = _!_¡_í_              ; Inverted exclamation point
  181. ¿   = _?_¿_┐_              ; Inverted question mark
  182. «    = _\034_«_½_           ; Left bracket double quote
  183. &ldots;    = _..._..._à_          ; Three dots on lower line
  184. <       = <                    ; Less than
  185. ¯     = _-_-_»_              ; Macron accent
  186. —    = -                    ; Big dash
  187. µ    = _u_µ_╡_              ; Micron symbol
  188. ·   = _._∙_╖_              ; Small dot on the middle of the line
  189.       = \032                 ; Non-breakable space
  190. –    = -                    ; Small dash
  191. ¬      = _^_¬_¼_              ; Not symbol
  192. ª     = _^a_ª_¬_             ; eminine ordinal
  193. º     = _^o_º_║_             ; asculine ordinal
  194. ¶     = _P__╢_              ; Paragraph symbol
  195. ±   = _+/-_±_▒_            ; Plus-minus character
  196. £    = _L_£_ú_              ; British pound Sterling
  197. &quadsp;   = \032                 ; Huge space
  198. "     = \034                 ; Quotation mark
  199. »    = _\034_»_╗_           ; Right bracket double quote
  200. ®      = _(R)_(R)_«_          ; Registered trademark
  201. §     = _(s)__º_            ; Section
  202. ­      = _-_-_¡_              ; Soft hyphen
  203. &sp;       = \032                 ; Space
  204. ¹     = _^1_^1_╣_            ; Superscript one
  205. ²     = _^2_²_▓_             ; Superscript two
  206. ³     = _^3_^3_│_            ; Superscript three
  207.     = \032                 ; Thin space
  208. ×    = _x_x_╫_              ; Multiplication symbol
  209. ™    = _TM_TM_Ö_            ; Registered trademark -- unofficial
  210. &vdots;    = |                    ; Three vertical dots
  211. ¥      = _Y_¥_Ñ_              ; Japanese yen
  212.  
  213. ; Numeric codes:  ISO 8859/1 8-bit single-byte graphic character set.
  214. ; The beginning set are shared by IBM PC's so there's not much difference.
  215. ; � to  are not supported by HTML
  216.        = \032                 ; Vertical tab; handling as space
  217.       = \013\010             ; Line feed; handling as new line
  218. ;   to #031 are not supported by HTML
  219.       = \032                 ; Space
  220. !      = !                    ; Exclamation point
  221. "      = \034                 ; Double quotation mark
  222. #      = #                    ; Number (pound) sign
  223. $      = $                    ; Dollar sign
  224. %      = %                    ; Percent sign
  225. &      = &                    ; Ampersand
  226. '      = '                    ; Apostrophe
  227. (      = (                    ; Left parenthesis
  228. )      = )                    ; Right parenthesis
  229. *      = *                    ; Asterisk
  230. +      = +                    ; Plus sign
  231. ,      = ,                    ; Comma
  232. -      = -                    ; Hyphen
  233. .      = .                    ; Period (full stop)
  234. /      = /                    ; Solidus (slash)
  235. 0      = 0                    ; Digit 0
  236. 1      = 1                    ; Digit 1
  237. 2      = 2                    ; Digit 2
  238. 3      = 3                    ; Digit 3
  239. 4      = 4                    ; Digit 4
  240. 5      = 5                    ; Digit 5
  241. 6      = 6                    ; Digit 6
  242. 7      = 7                    ; Digit 7
  243. 8      = 8                    ; Digit 8
  244. 9      = 9                    ; Digit 9
  245. :      = :                    ; Colon
  246. ;      = ;                    ; Semi-colon
  247. <      = <                    ; Less than
  248. =      = =                    ; Equals sign
  249. >      = >                    ; Greater than
  250. ?      = ?                    ; Question mark
  251. @      = @                    ; Commercial at
  252. A      = A                    ; Capital letter A
  253. B      = B                    ; Capital letter B
  254. C      = C                    ; Capital letter C
  255. D      = D                    ; Capital letter D
  256. E      = E                    ; Capital letter E
  257. F      = F                    ; Capital letter F
  258. G      = G                    ; Capital letter G
  259. H      = H                    ; Capital letter H
  260. I      = I                    ; Capital letter I
  261. J      = J                    ; Capital letter J
  262. K      = K                    ; Capital letter K
  263. L      = L                    ; Capital letter L
  264. M      = M                    ; Capital letter M
  265. N      = N                    ; Capital letter N
  266. O      = O                    ; Capital letter O
  267. P      = P                    ; Capital letter P
  268. Q      = Q                    ; Capital letter Q
  269. R      = R                    ; Capital letter R
  270. S      = S                    ; Capital letter S
  271. T      = T                    ; Capital letter T
  272. U      = U                    ; Capital letter U
  273. V      = V                    ; Capital letter V
  274. W      = W                    ; Capital letter W
  275. X      = X                    ; Capital letter X
  276. Y      = Y                    ; Capital letter Y
  277. Z      = Z                    ; Capital letter Z
  278. [      = [                    ; Left square bracket
  279. \      = \                    ; Reverse solidus (backslash)
  280. ]      = ]                    ; Right square bracket
  281. ^      = ^                    ; Carat
  282. _      = _                    ; Horizontal bar
  283. `      = `                    ; Acute accent
  284. a      = a                    ; Small letter a
  285. b      = b                    ; Small letter b
  286. c      = c                    ; Small letter c
  287. d     = d                    ; Small letter d
  288. e     = e                    ; Small letter e
  289. f     = f                    ; Small letter f
  290. g     = g                    ; Small letter g
  291. h     = h                    ; Small letter h
  292. i     = i                    ; Small letter i
  293. j     = j                    ; Small letter j
  294. k     = k                    ; Small letter k
  295. l     = l                    ; Small letter l
  296. m     = m                    ; Small letter m
  297. n     = n                    ; Small letter n
  298. o     = o                    ; Small letter o
  299. p     = p                    ; Small letter p
  300. q     = q                    ; Small letter q
  301. r     = r                    ; Small letter r
  302. s     = s                    ; Small letter s
  303. t     = t                    ; Small letter t
  304. u     = u                    ; Small letter u
  305. v     = v                    ; Small letter v
  306. w     = w                    ; Small letter w
  307. x     = x                    ; Small letter x
  308. y     = y                    ; Small letter y
  309. z     = z                    ; Small letter z
  310. {     = {                    ; Left curly brace
  311. |     = |                    ; Vertical bar
  312. }     = }                    ; Right curly brace
  313. ~     = ~                    ; Tilde
  314.  
  315. ; Interestingly, the program HTMLCon from Satore Township defines characters
  316. ; 131 to 160 whereas Dave Raggett's HyperText Markup Language Specification
  317. ; Version 3.0 draft (03/28/95) says they aren't defined at all.  Oh well.
  318. ; Can't hurt to have extras I guess....  Most of the characters that come
  319. ; up fine under Netscape here do not work correctly under Windows itself
  320. ; so they had to be translated generically.
  321. ƒ     = _ƒ_ƒ_â_              ; Looks like that musical forte indicator
  322. …     = _..._..._à_          ; Elipses
  323. ˆ     = _^_^_ê_              ; Circumflex
  324. Š     = _S_S_è_              ; Comes up in Netscape as a capital S with reverse umlaut
  325. ‹     = _<_<_ï_              ; Less than
  326. ‘     = _`_`_æ_              ; Left single quote
  327. ’     = _'_'_Æ_              ; Right single quote
  328. “     = _\034_\034_ô_        ; Left double quote
  329. ”     = _\034_\034_ö_        ; Right double quote
  330. •     = _∙_∙_ò_              ; Middle dot
  331. –     = _-_-_û_              ; Short dash
  332. —     = _--_--_ù_            ; Long dash
  333. ™     = _TM_TM_Ö_            ; Isn't in the book but Netscape uses it
  334. ›     = _>_>_¢_              ; Greater than
  335. Ÿ     = _Y_Y_ƒ_              ; Y umlaut
  336.       = _\032_\032_\160_     ; Space
  337.  
  338. ; Back to codes that everyone seems to agree on (using Raggett's definitions)
  339. ¡     = _!_¡_í_              ; Inverted exclamation
  340. ¢     = _c_¢_ó_              ; Cent sign
  341. £     = _L_£_ú_              ; Pound sterling
  342. ¤     = _$_$_ñ_              ; General currency sign
  343. ¥     = _Y_¥_Ñ_              ; Yen sign
  344. ¦     = _|_|_ª_              ; Broken vertical bar; pipe symbol
  345. §     = _(s)__º_            ; Section sign
  346. ¨     = _\034_\034_¿_        ; Umlaut (diaresis)
  347. ©     = _(c)_(c)_⌐_          ; Copyright symbol
  348. ª     = _a_a_¬_              ; Feminine ordinal
  349. «     = _\034_«_½_           ; Left angle quote, guillemot left
  350. ¬     = _^_¬_¼_              ; Not sign
  351. ­     = _-_-_¡_              ; Soft hyphen (shhhh)
  352. ®     = _(R)_(R)_«_          ; Registered trademark
  353. ¯     = _-_-_»_              ; Macron accent
  354. °     = _degree_°_░_         ; Degree sign
  355. ±     = _+/-_±_▒_            ; Plus or minus
  356. ²     = _^2_²_▓_             ; Superscript two
  357. ³     = _^3_^3_│_            ; Superscript three
  358. ´     = _'_'_┤_              ; Acute accent
  359. µ     = _u_µ_╡_              ; Micro sign
  360. ¶     = _P__╢_              ; Paragraph symbol
  361. ·     = _._∙_╖_              ; Middle dot
  362. ¸     = _c_ç_╕_              ; Cedilla
  363. ¹     = _^1_^1_╣_            ; Superscript one
  364. º     = _degree_°_║_         ; Masculine ordinal
  365. »     = _\034_»_╗_           ; Right angle quote, guillemot right
  366. ¼     = _1/4_¼_╝_            ; Fraction one-fourth
  367. ½     = _1/2_½_╜_            ; Fraction one-half
  368. ¾     = _3/4_3/4_╛_          ; Fraction three-fourths
  369. ¿     = _?_¿_┐_              ; Inverted question mark
  370. À     = _A_A_└_              ; Capital A, acute accent
  371. Á     = _A_A_┴_              ; Capital A, grave accent
  372.      = _A_A_┬_              ; Capital A, circumflex access
  373. à    = _A_A_├_              ; Capital A, tilde
  374. Ä     = _A_Ä_─_              ; Capital A, dieresis or umlaut mark
  375. Å     = _A_Å_┼_              ; Capital A, ring
  376. Æ     = _AE_Æ_╞_             ; Capital AE dipthong (ligature)
  377. Ç     = _C_Ç_╟_              ; Capital C, cedilla
  378. È     = _E_É_╚_              ; Capital E, acute accent
  379. É     = _E_E_╔_              ; Capital E, grave accent
  380. Ê     = _E_E_╩_              ; Capital E, circumflex accent
  381. Ë     = _E_E_╦_              ; Capital E, dieresis or umlaut mark
  382. Ì     = _I_I_╠_              ; Capital I, acute accent
  383. Í     = _I_I_═_              ; Capital I, grave accent
  384. Π    = _I_I_╬_              ; Capital I, circumflex accent
  385. Ï     = _I_I_╧_              ; Capital I, dieresis or umlaut mark
  386. Р    = _D_D_╨_              ; Capital Eth, Icelandic
  387. Ñ     = _N_Ñ_╤_              ; Capital N, tilde
  388. Ò     = _O_O_╥_              ; Capital O, acute accent
  389. Ó     = _O_O_╙_              ; Capital O, grave accent
  390. Ô     = _O_O_╘_              ; Capital O, circumflex accent
  391. Õ     = _O_O_╒_              ; Capital O, tilde
  392. Ö     = _O_Ö_╓_              ; Capital O, dieresis or umlaut mark
  393. ×     = _x_x_╫_              ; Multiplication sign
  394. Ø     = _O_φ_╪_              ; Capital O, slash
  395. Ù     = _U_U_┘_              ; Capital U, acute accent
  396. Ú     = _U_U_┌_              ; Capital U, grave accent
  397. Û     = _U_U_█_              ; Capital U, circumflex accent
  398. Ü     = _U_Ü_▄_              ; Capital U, dieresis or umlaut mark
  399. Ý     = _Y_Y_▌_              ; Capital Y, acute accent
  400. Þ     = _D_D_▐_              ; Capital THORN, Icelandic
  401. ß     = _B_ß_▀_              ; Small sharp s, German (sz ligature)
  402. à     = _a_á_α_              ; Small a, acute accent
  403. á     = _a_à_ß_              ; Small a, grave accent
  404. â     = _a_â_Γ_              ; Small a, circumflex accent
  405. ã     = _a_a_π_              ; Small a, tilde
  406. ä     = _a_ä_Σ_              ; Small a, dieresis or umlaut mark
  407. å     = _a_å_σ_              ; Small a, ring
  408. æ     = _ae_æ_µ_             ; Small ae dipthong (ligature)
  409. ç     = _c_ç_τ_              ; Small c, cedilla
  410. è     = _e_é_Φ_              ; Small e, acute accent
  411. é     = _e_è_Θ_              ; Small e, grave accent
  412. ê     = _e_ê_Ω_              ; Small e, circumflex accent
  413. ë     = _e_ë_δ_              ; Small e, dieresis or umlaut mark
  414. ì     = _i_í_∞_              ; Small i, acute accent
  415. í     = _i_ì_φ_              ; Small i, grave accent
  416. î     = _i_î_ε_              ; Small i, circumflex accent
  417. ï     = _i_ï_∩_              ; Small i, dieresis or umlaut mark
  418. ð     = _D_D_≡_              ; Small etc, Icelandic
  419. ñ     = _n_ñ_±_              ; Small n, tilde
  420. ò     = _o_ó_≥_              ; Small o, acute accent
  421. ó     = _o_ò_≤_              ; Small o, grave accent
  422. ô     = _o_ô_⌠_              ; Small o, circumflex accent
  423. õ     = _o_o_⌡_              ; Small o, tilde
  424. ö     = _o_ö_÷_              ; Small o, dieresis or umlaut mark
  425. ÷     = _/_÷_≈_              ; Division sign
  426. ø     = _o_φ_°_              ; Small o, slash
  427. ù     = _u_ú_∙_              ; Small u, acute accent
  428. ú     = _u_ù_·_              ; Small u, grave accent
  429. û     = _u_û_√_              ; Small u, circumflex accent
  430. ü     = _u_ü_ⁿ_              ; Small u, dieresis or umlaut mark
  431. ý     = _y_y_²_              ; Small u, acute accent
  432. þ     = _D_D_■_              ; Small thorn, Icelandic
  433. ÿ     = _y_ÿ_ _              ; Small y, dieresis or umlaut mark
  434.  
  435. ; -------- (3) Symbol lookups ------
  436.  
  437. ; Special lookups.
  438. ; See HTMSTRIP.DOC under "Defining the Symbolic References"
  439.  
  440. <A>      = (link)
  441. <IMG>    = (image)
  442. <INPUT>  = 5<@+>
  443. <b>      = (null)   ; Also sets <strong> handling
  444. </b>     = (null)   ; Also sets </strong> handling
  445. <i>      = (null)
  446. </i>     = (null)
  447. <u>      = (null)   ; Some people like to set this to:  <u> = _
  448. </u>     = (null)   ; Some people like to set this to:  </u> = _
  449. <em>     = (null)
  450. </em>    = (null)
  451.  
  452. ; -------- (4) Filter table items ------
  453.  
  454. ; Character-translation table entries.
  455. ; What characters are to be fixed up on input.
  456. ; Syntax is usually:
  457. ;    \nnn = character     where "nnn" is the decimal value of the item
  458. ;    &Hxx = character     where "xx" is a hexadecimal value of the item
  459. ; You can only replace a character with another single character; don't
  460. ; try to replace \169, for example, with "(c)"
  461. ; See HTMSTRIP.DOC under "Defining the Character-Translations"
  462.  
  463. \145 = '
  464. \146 = '  ; As in DisneyÆs
  465. \147 = "
  466. \148 = "
  467. \169 = c  ; Copyright symbols as in ⌐ 1996
  468. \196 = Ä
  469. \197 = Å
  470. \214 = Ö
  471. \228 = ä
  472. \229 = å
  473. \246 = ö
  474.