diff options
author | Xin LI <delphij@FreeBSD.org> | 2015-08-23 08:22:00 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2015-08-23 08:22:00 +0000 |
commit | 9242719ed33f8df5c434a3e9ca9eeb3df68062c2 (patch) | |
tree | ea6ef712eb5d99c1d7e87f99a622b71c122cfb28 /usr.bin/whois | |
parent | 24034ddb3ed3c48ffb90fff769f1403a6aadd2a1 (diff) | |
download | src-test2-9242719ed33f8df5c434a3e9ca9eeb3df68062c2.tar.gz src-test2-9242719ed33f8df5c434a3e9ca9eeb3df68062c2.zip |
Notes
Diffstat (limited to 'usr.bin/whois')
-rw-r--r-- | usr.bin/whois/whois.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c index 6ad8826ce520..278b50c8a5f1 100644 --- a/usr.bin/whois/whois.c +++ b/usr.bin/whois/whois.c @@ -454,7 +454,7 @@ done: if (fp == NULL) err(EX_OSERR, "fdopen()"); if (strcmp(hostname, GERMNICHOST) == 0) { - fprintf(fp, "-T dn,ace -C US-ASCII %s\r\n", query); + fprintf(fp, "-T dn,ace -C ISO-8859-1 %s\r\n", query); } else if (strcmp(hostname, "dk" QNICHOST_TAIL) == 0) { fprintf(fp, "--show-handles %s\r\n", query); } else { |