wReplace is a computer program, which allows you to change/replace many letters and phrases at a time. It is easy to create and save table of changes/replacements, so that you can use them again.
wReplace resembles Notepad. Like Notepad, it works with plain text files (.txt).
Because wReplace doesn’t work with rich formatting (e.g. bold, italic, different font size, images, etc.), it can't be used directly with rich editors files (.doc, .rtf or .odt). The way to work with such texts is to paste them into wReplace from system clipboard. In that case, all additional formatting will be lost. Only raw text will remain.
wReplace files are saved in Unicode standard using UTF-8 format.
wReplace applications
- Character conversion
- Changing one set of characters into another. Useful for making HTML pages when you deal with different coding defined with
<meta http-equiv="content-type" ... > tag.
- Romanization (latinisation)
- Conversion of a text written in a non-Roman alphabet into Roman alphabet.
- Transliteration
- Writing down a text (or a word) written in one alphabet with letters of another alphabet.
- Cyrillization
- Conversion of a text written in a non-Cyrillic alphabet into Cyrillic alphabet.
- Transcription (phonemic orthography)
- Writing down phonemes of a spoken language, so that you can reproduce them later. Also, you may write down phonemes of one language using letters of another.
- Other
- Simple substitution cipher (ROT13, ROT47).
Morse code conversion.
Go to