home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / textinfo / langcomp.arj / EUROCHAR.TXT < prev    next >
Encoding:
Text File  |  1992-02-01  |  12.1 KB  |  446 lines

  1.  
  2.  
  3.          The Care and Feeding of Foreign Characters
  4.  
  5.         Copyright 1991 by Alex Gross
  6.  
  7.  
  8.      Accessing, displaying, and printing foreign characters
  9.  
  10. on a computer can become a vast subject, but I will attempt
  11.  
  12. to keep it within bounds.  There are two main reasons why
  13.  
  14. this field is so complex.  First, each of us would naturally
  15.  
  16. like to summon up almost any character at will in any size on
  17.  
  18. any kind of monitor, as though the computer could read our
  19.  
  20. mind.  And we'd also like to print it in any style or color
  21.  
  22. on any printer, as though here too the printer could know
  23.  
  24. exactly what we wanted.  At least that's what many people
  25.  
  26. would claim they want.  But second and more important, the
  27.  
  28. hackers who cobbled the first computers together had no way
  29.  
  30. of sharing this breadth of desire.  They were happy that the
  31.  
  32. machines worked at all, and they never really foresaw how
  33.  
  34. commonplace computers might become.  They improvised their
  35.  
  36. terminology as they went along, borrowing electronic terms
  37.  
  38. from punchcard operators and telephone jargon from radio
  39.  
  40. hams.  It was assumed that the only language anyone would
  41.  
  42. ever want to use on a computer was this weird form of
  43.  
  44. English, though only in capital letters (and even English was
  45.  
  46. an afterthought to numbers).  This
  47.  
  48. necessarily meant that accents, cedillas, and cute little
  49.  
  50. Polish "l's" with tails only got put in as a highly
  51.  
  52. improvised afterthought in various inconsistent ways.
  53.  
  54.      
  55.  
  56.      And this is one reason why there are so many ways of
  57.  
  58. generating foreign characters today.  What follows are
  59.  
  60. numerous devices--though by no means all of them--to coax
  61.  
  62. diacritics from your keyboard.  Keep in mind, as we said last
  63.  
  64. month with Cyrillic, that there are trade-offs involved in
  65.  
  66. most of these solutions.  The one you choose will vary
  67.  
  68. according to your time, knowledge, curiosity and resources.
  69.  
  70. Each method has advantages and drawbacks.
  71.  
  72.      
  73.  
  74.      1)  Get a Mac.  As noted before, this machine is well
  75.  
  76. equipped to handle all kinds of graphic characters, including
  77.  
  78. accents.  Drawback: you won't have an IBM compatible PC.
  79.  
  80. We'll try to discuss this a bit later without getting drawn
  81.  
  82. into polemics.  The following examples assume you are still
  83.  
  84. IBM- or clone-bound.
  85.  
  86.      
  87.  
  88.      2)  The WordPerfect Solution.  This approach, fairly
  89.  
  90. close to ideal provided you already use WordPerfect, is also
  91.  
  92. a good argument for choosing it as your first word processor.
  93.  
  94. You can either use the Format-Other-Language command, which
  95.  
  96. will allow you to print (but not view on screen) most
  97.  
  98. accented characters, or you
  99.  
  100. can send off for WP's Foreign Language Modules, which come in
  101.  
  102. twenty-one different languages.  These include both Canadian
  103.  
  104. and continental French, Swiss and orthodox German, Brazilian
  105.  
  106. and Iberian Portuguese, and-three-count them--versions of
  107.  
  108. English: American, British, and Australian!  Drawback: none,
  109.  
  110. unless you happen to be wedded to another word processor.
  111.  
  112. (NOTE: reviews of the French and Spanish modules are still
  113.  
  114. upcoming). (1)
  115.  
  116.      
  117.  
  118.      And now come the other IBM-based strategies:
  119.  
  120.      
  121.  
  122.      3)  The DOS Formula.  The mother of all solutions, but
  123.  
  124. not for the faint of heart.  You will have to open your DOS
  125.  
  126. manual and read about not one but four relatively obscure
  127.  
  128. commands: Country, Code Page, Keyboard, and Mode.  These will
  129.  
  130. have an impact on two of your computer's most sacred centers,
  131.  
  132. its CONFIG.SYS and AUTOEXEC.BAT files.  I will not quote all
  133.  
  134. the rules here--they are too long, and besides all of our DOS
  135.  
  136. Manuals are different.  But if you (or a more technical
  137.  
  138. friend) can handle this, then most of your accent problems
  139.  
  140. should be behind you.  Drawbacks: the relative complexity of
  141.  
  142. the process, but also its near-finality: you can only use one
  143.  
  144. language at a time, and you will have to be or become adept
  145.  
  146. at the full foreign keyboard, with its AZERTY for QWERTY in
  147.  
  148. French and the reversal of "z" and "y"
  149.  
  150. in German.  But once you have mastered this, it is behind you
  151.  
  152. and really works.  You will also be able to keep separate
  153.  
  154. files for two or more languages, so you can switch between
  155.  
  156. them.
  157.  
  158.      
  159.  
  160.      4)  The ASCII Dodge.  This is a retail solution, useful
  161.  
  162. for small quantities of text, provided you are working in
  163.  
  164. straight ASCII mode or using an ASCII-based word processor.
  165.  
  166. In this realm each of the common accented letters is produced
  167.  
  168. by pressing the ALT key plus a specific number.  Thus, ALT
  169.  
  170. plus 136 give you a lower-case "e" with a circumflex.  ASCII
  171.  
  172. tables are widespread in the computer literature, and pop-up
  173.  
  174. table programs showing the full ASCII "set" on screen can be
  175.  
  176. found in the screen or print utility file libraries of most
  177.  
  178. bulletin boards.  Drawbacks: this technique's slowness and
  179.  
  180. clumsiness of use is the lesser complaint.  The main problems
  181.  
  182. involve not only making sure your printer can handle these
  183.  
  184. characters (alas, no substitute here for hands-on work over
  185.  
  186. your printer manual) but also transferring these characters
  187.  
  188. correctly in and out of ASCII and various word processor
  189.  
  190. formats, which are not identical.  For instance, older
  191.  
  192. versions of MicroSoft Word assign a different character to
  193.  
  194. ALT plus 136.  Michelle Battaglia provided a relatively
  195.  
  196. simple two-step search-and-replace solution at a recent NY
  197.  
  198. Circle meeting: search for all your circumflexed "e's" and
  199.  
  200. replace them with a unique code in Word Processor A, such as
  201.  
  202. "e6," then convert to ASCII.  Pour the ASCII file into word 
  203.  
  204. processor B and then search out all instances of "e6:" globally 
  205.  
  206. replace them with the correct form for circumflexed "e."
  207.  
  208.      
  209.  
  210.      5)  COMMERCIAL PRODUCTS:  Here we come back to Fancy
  211.  
  212. Font (or Fancy Word), which I mentioned last month.  It will
  213.  
  214. provide disks for French, Spanish, Greek, Russian, and a
  215.  
  216. generic "Germanic," as well as some weirder alphabets. (2)
  217.  
  218. But you still won't see accents on the screen.  Typical font
  219.  
  220. sizes for the French and Spanish are 12, 14, 16, and 18
  221.  
  222. points in regular, italic, and bold, though no doubt the age
  223.  
  224. of lasers and postscript has now created a far wider range of
  225.  
  226. choice.  Beware: when I received their very first Spanish
  227.  
  228. disks, the upside down question marks were floating in mid
  229.  
  230. line, and they simply doubled the "more-than" and "less-than"
  231.  
  232. signs to create quotation marks.  Perhaps this has been
  233.  
  234. solved by now--ask before you order.  Windows Write and Word
  235.  
  236. for Windows, with their Mac-like environment, are also likely
  237.  
  238. to handle these characters well, but they require powerful
  239.  
  240. systems to run at their best.  .
  241.  
  242.      
  243.  
  244.      6)  SHAREWARE: weighing in here most impressively is a
  245.  
  246. new multilingual word processor called INTEXT.   You can
  247.  
  248. download it free on many bulletin boards (most recent
  249.  
  250. version: INTEXT12.ZIP) or send away for a more complete
  251.  
  252. version from its creator. (3)  It boasts several accompanying 
  253.  
  254. files for many languages, though you can only use one at a time.  
  255.  
  256. The file called "&EUROPE"  contains keyboards for most of that
  257.  
  258. continent's tongues based on the latin alphabet and even
  259.  
  260. allows you to choose between QWERTY and AZERTY in French.
  261.  
  262. Other files are entitled Arabic, Urdu, Farsi, Greek, Russian,
  263.  
  264. Polish, and "Yugoslavian."  You will not see the letters on
  265.  
  266. the screen, however, and I have to confess that unlike others
  267.  
  268. I haven't got it to print very much yet, either because of
  269.  
  270. the age of my printer or my aversion to changing my dip
  271.  
  272. switches again.  The program comes up readily on my monitor
  273.  
  274. (which an earlier version didn't) and claims to work only
  275.  
  276. with 24-pin dot matrix printers, though this may have changed
  277.  
  278. by now.  One other shareware program, a golden oldie called
  279.  
  280. CHIWRITER, is also worth mentioning.  You will still find
  281.  
  282. older versions gratis on BBS's, but its creators have now
  283.  
  284. opted for respectability and put out a still modestly priced
  285.  
  286. commercial version. (4)  It will give you Greek along with
  287.  
  288. lots of math and symbols, some accented characters, and a few
  289.  
  290. other typographical gismos.  Its typefaces are pretty
  291.  
  292. rudimentary, but newer versions boast laserjet quality.
  293.  
  294.      
  295.  
  296.      HARDWARE SOLUTIONS:  These include not only messing with
  297.  
  298. dip switches (I always use the shirt-pocket hook end of a
  299.  
  300. ballpoint pen-top for these, though a toothpick works too)
  301.  
  302. but actual boards you can insert inside your machine.  Both
  303.  
  304. Hercules and Rampage boast such boards with character
  305.  
  306. capability, but make sure your computer and all its
  307.  
  308. attachments are unplugged before you try opening the box!  I
  309.  
  310. have no first hand experience of either board--can some of
  311.  
  312. our readers provide more details?  Specific query: does
  313.  
  314. anyone know if the Duke University Language Toolkit still
  315.  
  316. exists--haven't heard about it for a while.
  317.  
  318.      
  319.  
  320.      As I said about Cyrillic, some translators imagine there
  321.  
  322. is simply no way to use foreign characters, but the real
  323.  
  324. wonder is the sheer number of options.  If you are using yet
  325.  
  326. another method our readers could profit from, by all means
  327.  
  328. let us know, and we'll include it in further coverage of this
  329.  
  330. subject later this year.  It would be helpful if you could
  331.  
  332. tell us what systems, printers, monitors, graphics cards, or
  333.  
  334. parent programs it works (or doesn't work) with.
  335.  
  336.      
  337.  
  338.      And now, since I've recommended the Mac so highly,  a
  339.  
  340. few words on the great Mac-PC debate.  My own view is roughly
  341.  
  342. this: the Mac is already a fine machine and likely to get
  343.  
  344. even better.  The newer versions are much cheaper, though not
  345.  
  346. if you want color.  But if I were starting over again today,
  347.  
  348. I would still choose an IBM Clone for most (though not all)
  349.  
  350. purposes for three reasons:
  351.  
  352.  
  353.      1)  Compatibility--seven out of eight personal computers
  354.  
  355. are still IBM's or clones.
  356.  
  357.  
  358.      2)  Ultimate expense--software for the Mac is almost
  359.  
  360. always more expensive than PC Software, not even including:
  361.      
  362.  
  363.      3)  Shareware--the vast range of software available for
  364.  
  365. the PC free or for nominal sums.  It keeps being created and
  366.  
  367. improved at a staggering rate.  There is probably as much new
  368.  
  369. shareware and public domain software available for the PC
  370.  
  371. every few months as the entire supply of Mac shareware.  This
  372.  
  373. remarkable storehouse of the useful and playful in my opinion
  374.  
  375. ranks right up there with papyrus scrolls, illuminated
  376.  
  377. manuscripts, the first encyclopedias, radio, film and
  378.  
  379. television as one of humanity's major cultural achievements.
  380.  
  381. And it keeps on growing in front of us.
  382.  
  383.      
  384.  
  385.      One final thought--I hope I'm not sounding too flip or
  386.  
  387. smug about computers.  If I advise you in passing to install
  388.  
  389. a language module or delve into DOS or open your machine and
  390.  
  391. plug in a board, I'm not for an instant suggesting that any
  392.  
  393. of these is necessarily easy to do, especially if you are
  394.  
  395. trying it for the first time.  Some computer tasks are
  396.  
  397. intrinsically difficult, even for
  398.  
  399. highly skilled people, and no one should feel guilty if
  400.  
  401. things are sometimes hard going.  But just as frequently such
  402.  
  403. procedures can actually be easy and usually need to be done
  404.  
  405. only once.  If a particular task takes forever and bogs you
  406.  
  407. down in endless calls to Tech Support numbers, then it may
  408.  
  409. not be what you need, and perhaps another solution will work
  410.  
  411. better.
  412.  
  413.      
  414.  
  415.      (1)  Contact the WordPerfect Corporation, 1555 North
  416.  
  417. Technology Way, Orem, UT 84057, for more details.  TEL:(800)
  418.  
  419. 451-5151.
  420.  
  421.      (2)  FancyFont & FancyWord are available from SoftCraft,
  422.  
  423. Inc, 222 State Street, Madison, WI 53703, TEL: (608) 257-
  424.  
  425. 3300.
  426.  
  427.      (3)  The latest INTEXT program with all language files
  428.  
  429. is available for $49 from Intex Software Systems
  430.  
  431. International, P.O. Box 3068, Stamford, CT 06905-0068.  They
  432.  
  433. also have listings of programs for other languages, and some
  434.  
  435. of these will be reviewed in future articles.
  436.  
  437.      (4)  The last price I saw for the commercial version of
  438.  
  439. CHIWRITER was $79, but check with CHIWRITER, Horstmann
  440.  
  441. Software Design, P.O. Box 4544, Ann Arbor, MI 48106.
  442.  
  443.  
  444.     NOTE: This piece originally appeared in the May 1991
  445. issue of the ATA Chronicle, published by the American Translators
  446. Association.