summary refs log tree commit diff homepage
path: root/play.c
diff options
context:
space:
mode:
Diffstat (limited to 'play.c')
-rw-r--r--play.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.c b/play.c
index b895e9e..345dcd1 100644
--- a/play.c
+++ b/play.c
@@ -266,7 +266,7 @@ static void info(void) {
 }
 
 int main(int argc, char *argv[]) {
-	setlocale(LC_CTYPE, "");
+	setlocale(LC_CTYPE, "en_US.UTF-8");
 	atexit(info);
 
 	const char *path = NULL;