Difference between revisions of "DevTools:Text Editors"

From CrossWire Bible Society
Jump to: navigation, search
(Windows: After saving as Unicode, use another editor to convert UTF-16 to UTF-8.)
(Java: == See also ==)
Line 20: Line 20:
 
Runs on any operating system with a Java SE installed.
 
Runs on any operating system with a Java SE installed.
 
*[http://www.jedit.org/ jEdit]
 
*[http://www.jedit.org/ jEdit]
 +
 +
== See also ==
  
 
[[Category:Unicode]]
 
[[Category:Unicode]]
 
[[Category:Development tools|Text Editors]]
 
[[Category:Development tools|Text Editors]]

Revision as of 19:25, 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