(=How to convert a Mac file into a Windows/DOS file)
(Related Resources)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<seo title="Apple Macintosh Text Files  | vEdit" description="With vEdit you can quickly read and edit Apple Mac text files and even convert them from Macintosh text to Windows / DOS files in a few steps."></seo>
+
<seo title="Convert Macintosh Text Files  | vEdit" description="With vEdit you can quickly read and edit Apple Mac text files and even convert them from Macintosh text to Windows / DOS files in a few steps."></seo>
{{DISPLAYTITLE:Apple Mac Text File Types}}
+
{{DISPLAYTITLE:Convert Mac Text File Types}}
  
 
Mac text files use a single “Carriage-Return” as the “newline” character at the end of each line. By pressing the <kbd>Enter</kbd> key (in Insert Mode) inserts a '''<CR>'''. Line-Feed characters have no special meaning and are displayed as '''<LF>'''.
 
Mac text files use a single “Carriage-Return” as the “newline” character at the end of each line. By pressing the <kbd>Enter</kbd> key (in Insert Mode) inserts a '''<CR>'''. Line-Feed characters have no special meaning and are displayed as '''<LF>'''.
Line 12: Line 12:
 
To perform a “cut and paste” between Mac and Windows/DOS files, you may want to convert the Mac file into a Windows/DOS file.
 
To perform a “cut and paste” between Mac and Windows/DOS files, you may want to convert the Mac file into a Windows/DOS file.
  
===How to convert a Mac file into a Windows/DOS file===
+
==How to convert a Mac file into a Windows/DOS file==
  
 
#To convert the entire file, select <kbd>BLOCK</kbd> > <kbd>Select all</kbd> ( <kbd>Ctrl-A</kbd> ) to block highlight the file.
 
#To convert the entire file, select <kbd>BLOCK</kbd> > <kbd>Select all</kbd> ( <kbd>Ctrl-A</kbd> ) to block highlight the file.
Line 24: Line 24:
 
*[[Binary_Text_File_Types|Binary/Data and Text File Types]]
 
*[[Binary_Text_File_Types|Binary/Data and Text File Types]]
 
*[[Convert_Windows_Mac_Linux|Convert Between Windows, Mac and Linux File Types]]
 
*[[Convert_Windows_Mac_Linux|Convert Between Windows, Mac and Linux File Types]]
 +
*[[Main_Page|Wiki Home]]

Latest revision as of 16:55, 20 February 2017


Mac text files use a single “Carriage-Return” as the “newline” character at the end of each line. By pressing the Enter key (in Insert Mode) inserts a <CR>. Line-Feed characters have no special meaning and are displayed as <LF>.

You must use additional care when editing Mac files. In particular you must be very careful with “cut and paste” operations between Mac and Windows/DOS files. For example, a multiple line block cut from a Mac file will become a single long line when pasted into a Windows/DOS file.

Because “regular expressions” were originally designed for UNIX text files with Line-Feed “newline” characters, you may have some trouble searching Mac files using some regular expressions.

To perform a “cut and paste” between Mac and Windows/DOS files, you may want to convert the Mac file into a Windows/DOS file.

How to convert a Mac file into a Windows/DOS file

  1. To convert the entire file, select BLOCK > Select all ( Ctrl-A ) to block highlight the file.
  2. Select EDIT > Convert > Convert macro. The macro will display a menu

of conversion choices.

  1. Select the “Mac to Win/DOS” conversion by typing the number for this choice. The block/file is now converted.

More info over converting Mac files into a Windows/DOS files.

Related Resources