Document use of UTF-8.

This commit is contained in:
Markus Armbruster 2005-06-13 19:07:00 +00:00
parent 65b6eaeee5
commit 2f847f874d

View file

@ -109,7 +109,7 @@ copy_and_expire(FILE *annfp, FILE *tmpfp, char *tmp_filename,
{
struct telstr tgm;
int writeit;
char message[MAXTELSIZE];
char message[MAXTELSIZE]; /* UTF-8 */
int deleted = 0;
int saved = 0;
int first = 1;