]> git.pond.sub.org Git - empserver/blobdiff - src/lib/player/dispatch.c
Document, in particular use of UTF-8. Simplify code in a couple of
[empserver] / src / lib / player / dispatch.c
index 5d5454ba8987292a616e4d93ff5edb38c370c9b3..3b9fa2e0903745f7b2a5368b8b32096ecb36bfac 100644 (file)
 
 /*
  * Execute command named by player->argp[0].
- * BUF is the raw command line (user text).  It should have been
- * passed to parse() to set up player->argp.
- * If REDIR is not null, it's the command's redirection; it is user
- * text.
+ * BUF is the raw UTF-8 command line.  It should have been passed to
+ * parse() to set up player->argp.
+ * If REDIR is not null, it's the command's redirection, in UTF-8.
  * Return -1 if the command is not unique or doesn't exist, else 0.
  */
 int