]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/wu.c
Document, in particular use of UTF-8. Simplify code in a couple of
[empserver] / src / lib / subs / wu.c
index 21377d365030937d6675c272636a852ceaa9a815..b92e74c3b981172159e1309bc24ae959997ec9b8 100644 (file)
@@ -80,8 +80,8 @@ telegram_is_new(natid to, struct telstr *tel)
 
 /*
  * Send a telegram from FROM to TO.
- * Format text to send under control of printf-style FORMAT using
- * optional arguments.  It is plain ASCII.
+ * Format text to send using printf-style FORMAT and optional
+ * arguments.  It is plain ASCII.
  * If running from the update, telegram type is TEL_UPDATE.
  * Else if FROM is a deity, type is TEL_BULLETIN.
  * Else it is TEL_NORM.
@@ -108,7 +108,7 @@ wu(natid from, natid to, char *format, ...)
 
 /*
  * Send a telegram from FROM to TO.
- * MESSAGE is the text to send, encoded as message text.
+ * MESSAGE is the text to send, in UTF-8.
  * TYPE is the telegram type.
  * Return 0 on success, -1 on error.
  */