home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.14 / text0008.txt < prev    next >
Encoding:
Internet Message Format  |  1989-01-07  |  3.1 KB

  1. From: uunet!mcvax!rhi.hi.is!magnus (Magnus Gislason)
  2.  
  3. In article <170@longway.TIC.COM>
  4. > From: rja@edison.GE.COM (rja)
  5. > A recent posting has inquired about what the Eth and Thorn characters
  6. > look like.
  7. >     [...long description of the Eth and Thorn characters...]
  8. >
  9. Unfortunately 'rja' doesn't seem to be very familiar with Icelandic or
  10. these special Icelandic characters.
  11.  
  12. The only character he (she?) described correctly (at least as I could
  13. understand it) was uppercase Eth.
  14.  
  15. This is what they approximately look like in Icelandic:
  16.  
  17.      ETH           eth                THORN        thorn
  18.  
  19.      ----          \ /                |            |
  20.      |   \          \                 |            |
  21.      |    \        / \                |---         |
  22.     ---   |         _ \               |   >        |---
  23.      |    /        / \|               |---         |   \
  24.      |   /        |   |               |            |   /
  25.      ----          \_/                |            |---
  26.                                                    |
  27.                                                    |
  28.                                                    |
  29.  
  30. For those who don't know which sounds these characters represent, they
  31. both sound like 'th' in English. 'Eth' as in 'this' and 'thorn' as in
  32. 'think'.
  33.  
  34.         Magnus Gislason
  35.         University of Iceland,       Internet:  magnus@rhi.hi.is
  36.         Computing Center (RHI)       Uucp:  ...!mcvax!hafro!rhi!magnus
  37.  
  38. Volume-Number: Volume 14, Number 9
  39.  
  40. #!/bin/sh
  41. for f in 3[7-9] 4?
  42. do
  43.     grep -v "Volume-Number:" $f > x.$f
  44.     echo "Volume-Number: Volume 14, Number $f" >> x.$f
  45.     echo "" >> x.$f
  46.     diff $f x.$f
  47.     mv x.$f $f
  48. done
  49. From uucp  Mon Apr 25 23:53:00 1988
  50. Received: by uunet.UU.NET (5.54/1.14) 
  51.     id AA27751; Mon, 25 Apr 88 23:53:00 EDT
  52. From: dale chayes <lamont!dalesys@lamont.Columbia.edu>
  53. Newsgroups: comp.std.unix
  54. Subject: Re: Access to UNIX User Groups and Publications
  55. Summary: add us please
  56. Message-Id: <181@longway.TIC.COM>
  57. References: <174@longway.TIC.COM>
  58. Sender: std-unix@longway.TIC.COM
  59. Reply-To: lamont!dalesys@lamont.Columbia.edu (dale chayes)
  60. Organization: Lamont-Doherty Geological Observatory N.Y.
  61. Date: 24 Apr 88 23:40:55 GMT
  62. Apparently-To: std-unix-archive
  63. Status: O
  64.  
  65. From: uunet!lamont!dalesys@lamont.Columbia.edu (dale chayes)
  66.  
  67. Thanks for the summary of Unix User Groups and Pubs. We are small but
  68. growing, so please add the Masscomp Users Society to your list.
  69.  
  70.     Masscomp Users Society
  71.     One Technology Park
  72.     Westford, MA   01886
  73.     Attn: Laurie Menard
  74.  
  75.     +1 (800) 451-1824
  76.  
  77. We hold an annual meeting in April. (The 1988 meeting was last week. The
  78. date and location for the 1989 meeting will be posted to comp.sys.masscomp
  79. as soon as it is set.)
  80.  
  81. We publish a news letter (Musings) quarterly (approximately.) 
  82.  
  83. Information is available from Laurie at the number above, by email or 
  84. phone from me, or by posting to comp.sys.masscomp.
  85.  
  86.  
  87. -- 
  88. Dale Chayes Lamont-Doherty Geological Observatory of Columbia University
  89. usmail: Route 9W, Palisades, N.Y.  10964
  90. voice:    (914) 359-2900 extension 434    fax: (914) 359-6817
  91. UUCP:    ...philabs!lamont!dale
  92.  
  93. Volume-Number: Volume 14, Number 10
  94.  
  95.