From: Thomas Roessler Date: Tue, 15 Aug 2006 08:42:46 +0000 (+0000) Subject: Document switch to UTF-8. X-Git-Tag: mutt-1-5-14-rel~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3bbe0a7507960f1abb644084fbb3e23e09d30a9;p=mutt Document switch to UTF-8. --- diff --git a/doc/devel-notes.txt b/doc/devel-notes.txt index c9d1e81a..e25fd7ce 100644 --- a/doc/devel-notes.txt +++ b/doc/devel-notes.txt @@ -162,6 +162,9 @@ Style Guide - try to keep mutt as portable as possible. +- special characters should be in utf-8. If you find remnants + from the times when this was an iso-8859-1 source code tree, + please feel free to fix them. Documentation ------------- @@ -175,6 +178,9 @@ where you may have to add documentation: Manual in nroff format (see man(7)), which deals with configuration file commands. +- UPDATING includes short documentation of user-visible + changes, i.e., any incompatibilities should go here. + Configuration _variables_ are documented directly in init.h. Note that this includes documentation for possibly added format flags!