home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / text / 1638 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1007 b   |  25 lines

  1. Newsgroups: comp.text
  2. Path: sparky!uunet!charon.amdahl.com!amdahl!rtech!sgiblab!swrinde!gatech!udel!intercon!psinntp!dg-rtp!dgswe!news
  3. From: robert@sys.sweden.dg.com (Robert Claeson)
  4. Subject: Re: DOS code page to ISO Unix utility?
  5. Sender: news@sys.sweden.dg.com (News administration)
  6. Message-ID: <1993Jan22.160659.6388@sys.sweden.dg.com>
  7. Date: Fri, 22 Jan 1993 16:06:59 GMT
  8. References: <1993Jan14.180315.16900@emr1.emr.ca>
  9. Organization: Data General AB, Akalla, Sweden
  10. Lines: 13
  11.  
  12. Bob Fillmore 992-2832 writes
  13.  
  14. | Can anyone point me at a Unix utility which will convert a flat
  15. | ASCII file exported out of WordPerfect and FTP'd to Unix?
  16. | In particular, I want it to convert french character codes
  17. | from code page 863 to ISO Latin-1.
  18.  
  19. If you're running anything that resembles an System V Release 4.x system,
  20. the "iconv" command will perform conversions among the code sets supported
  21. on your system for you. I use "iconv -f PC850 -t 88591 | tr -d \015" to
  22. convert from WP textfiles to ISO 8859-1 files.
  23.  
  24.