Difference between revisions of "DevTools:Text Editors"
From CrossWire Bible Society
David Haslam (talk | contribs) (→Windows: Scintilla) |
David Haslam (talk | contribs) (→Windows: <ref>...</ref>) |
||
Line 8: | Line 8: | ||
* [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] – good for code page conversions | * [http://www.editpadlite.com/ EditPad Lite] – good for code page conversions | ||
− | + | * [http://en.wikipedia.org/wiki/WordPad WordPad]<ref>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.</ref> | |
− | 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. | ||
<references /> | <references /> |
Revision as of 20:34, 23 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.
Contents
Windows
- Notepad++ – an open source editor based on Scintilla.[1]
- PSPad
- SC Unipad – the free edition is session time limited
- BabelPad – can convert to NFC
- EditPad Lite – good for code page conversions
- WordPad[2]
- ↑ Scintilla does not properly support right-to-left languages like Arabic and Hebrew. While text in these languages may appear correct, it is not possible to interact with this text as is normal with other editing components.
- ↑ 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
- XML Copy Editor – Windows & Ubuntu
Mac
Unix
Java
Runs on any operating system with a Java SE installed.