home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / comms_networking / arclink / !ArcLink5 / Resources / Trans / ReadMe < prev   
Text File  |  1998-01-14  |  1KB  |  35 lines

  1. Character mappings between filename formats
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. The two files in this directory ("Acorn" and "Psion") allow you to define
  5. which characters are converted into which characters when converting
  6. filenames.
  7.  
  8. The Acorn file contains the translations used when converting Psion filenames
  9. into Acorn filenames. It consists of up to 256 characters, each on a separate
  10. line, followed by a single tab (CHR$ 9) character, followed by another
  11. character.
  12.  
  13. Each of the first characters in Psion filenames will be substituted for the
  14. second character (ie. after the tab) when converting to Acorn filenames.
  15.  
  16. For example, the following line will convert all fullstops in Psion filenames
  17. into forward slash (/) characters in Acorn filenames.
  18.  
  19. .    /
  20.  
  21. The Psion "Psion" follows exactly the same format but contains the mappings
  22. used when converting Acorn filenames back into Psion filenames.
  23.  
  24.  
  25. Filetype conversions
  26. ~~~~~~~~~~~~~~~~~~~~
  27. At present I haven't worked out how the Psion 5 stores it's filetypes when
  28. files aren't suffixed by the usual .xxx type extension. However, i have now
  29. supplied a mapping file to convert Psion file extensions into Acorn filetypes.
  30. This is called 'filetypes' and contains three columns;
  31. Firstly, the Psion file extension, followed by a tab and then lastly the
  32. relevant Acorn filetype to translate to.
  33.  
  34. ©Paul Vigay, 1998
  35.