Find characters incompatible with the document encoding in CotEditor on Mac

If you enter a character that’s incompatible with the document’s current encoding, it may appear garbled when you reopen the document. The Warnings inspector lists characters that can’t be represented in the current encoding, making it easy to check whether the document contains any incompatible characters.

This feature is also useful when converting between encodings with different character repertoires—for example, from Japanese (Mac OS) to Japanese (Windows, DOS), or from Unicode to a local encoding.

Open the Warnings inspector

  1. In the CotEditor app on your Mac, open a document.

  2. Choose View > Inspector > Warnings.

To close the list, do one of the following:

See also