summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
2af0fbc)
Otherwise it can't properly parse configuration files which contain
non-ASCII characters, e.g., for transforming pieces of track names.
progname = argv[0];
/* RFC 3875 s8.2 recommends rejecting PATH_INFO if we don't make use of
* it. */
progname = argv[0];
/* RFC 3875 s8.2 recommends rejecting PATH_INFO if we don't make use of
* it. */
+ if(!setlocale(LC_CTYPE, "")) disorder_error(errno, "error calling setlocale");
/* TODO we could make disorder/ACTION equivalent to disorder?action=ACTION */
if(getenv("PATH_INFO")) {
/* TODO it might be nice to link back to the right place... */
/* TODO we could make disorder/ACTION equivalent to disorder?action=ACTION */
if(getenv("PATH_INFO")) {
/* TODO it might be nice to link back to the right place... */
#include <time.h>
#include <errno.h>
#include <ctype.h>
#include <time.h>
#include <errno.h>
#include <ctype.h>
#include <stddef.h>
#include "log.h"
#include <stddef.h>
#include "log.h"