Difference between revisions of "DevTools:Text Editors"

From CrossWire Bible Society
Jump to: navigation, search
(See also: * DevTools:Various tools)
(Windows: – good for code page conversions)
Line 6: Line 6:
 
* [http://www.unipad.org/main/ SC Unipad] – the free edition is session time limited
 
* [http://www.unipad.org/main/ SC Unipad] – the free edition is session time limited
 
* [http://www.babelstone.co.uk/Software/BabelPad.html BabelPad] – can convert to NFC
 
* [http://www.babelstone.co.uk/Software/BabelPad.html BabelPad] – can convert to NFC
* [http://www.editpadlite.com/ EditPad Lite]
+
* [http://www.editpadlite.com/ EditPad Lite] – good for code page conversions
  
 
MS WordPad can convert a Rich Text File (RTF) to Unicode (UTF-16), though this conversion will discard all formatting information. After saving as Unicode, use another editor to convert UTF-16 to UTF-8.
 
MS WordPad can convert a Rich Text File (RTF) to Unicode (UTF-16), though this conversion will discard all formatting information. After saving as Unicode, use another editor to convert UTF-16 to UTF-8.

Revision as of 19:31, 13 December 2010

This page is to help new developers get started. It lists various Unicode compliant text editors that we have found useful for different operating systems. Inclusion here does not mean that we unequivocally endorse all aspects of the program.

Windows

MS WordPad can convert a Rich Text File (RTF) to Unicode (UTF-16), though this conversion will discard all formatting information. After saving as Unicode, use another editor to convert UTF-16 to UTF-8.

Multi OS

Mac

Unix

Java

Runs on any operating system with a Java SE installed.

See also