home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / app / adcov6.exe / DELIMTXT.DOC < prev    next >
Text File  |  1994-02-14  |  2KB  |  72 lines

  1. ================================================================
  2. DELIMTXT.DOC
  3. ================================================================
  4.  
  5. There are two sections to this file.  The first section deals
  6. with conversion of code from DOS Delimited Text to WordPerfect
  7. 6.0.  The second section is concerned with conversion of code
  8. from WordPerfect 6.0 to DOS Delimited Text.
  9.  
  10.  
  11. ================================================================
  12. Section 1 - DOS Delimited Text to WordPerfect 6.0
  13. ================================================================
  14.  
  15.  DOS DELIMITED TEXT              WORDPERFECT 6.0
  16.  ==================              ===============
  17.  
  18.  ASCII Text (32 - 127)           ASCII text
  19.  
  20.  Carriage Return (13)            Hard Return, when followed by
  21.                                  an ASCII Line Feed
  22.  
  23.  Control Character (26)          End of File
  24.  
  25.  Control Characters (1 - 8)      WordPerfect Extended
  26.                                  Characters
  27.  
  28.  Control Characters (14 - 31,    WordPerfect Extended
  29.  except 26)                      Characters
  30.  
  31.  Extended Characters (128 -      WordPerfect Extended
  32.  255)                            Characters
  33.  
  34.  Field Delimiter                 ENDFIELD
  35.  
  36.  Field Encapsulate Character     Can be set to be stripped on
  37.                                  conversion (in Setup: Initial
  38.                                  Settings dialog box),
  39.                                  otherwise converts as text.
  40.  
  41.  Form Feed (12)                  Hard Page Break
  42.  
  43.  Line Feed (10)                  Hard Return
  44.  
  45.  Record Delimiter                ENDRECORD
  46.  
  47.  Strip Character                 Not converted
  48.  
  49.  Tab (9)                         Tab
  50.  
  51.  Vertical Tab (11)               Hard Return
  52.  
  53.  
  54. ================================================================
  55. Section 2 - WordPerfect 6.0 to Dos Delimited Text
  56. ================================================================
  57.  
  58.  WORDPERFECT 6.0                 DOS DELIMITED TEXT
  59.  ===============                 ==================
  60.  
  61.  ASCII Text                      ASCII text
  62.  
  63.  ENDFIELD                        Field Delimiter
  64.  
  65.  ENDRECORD                       Record Delimiter
  66.  
  67.  Hard Page Break                 Hard Return
  68.  
  69.  Option to set Field             Field Encapsulate Character
  70.  Encapsulate Character on
  71.  conversion (in Setup: Initial
  72.  Settings dialog box)