diff options
author | uqs <uqs@FreeBSD.org> | 2011-12-30 10:59:15 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2011-12-30 10:59:15 +0000 |
commit | f4753a04d4771c2013dc576b6455d28c5e64e93e (patch) | |
tree | 892eb3558e7c57da4cd79683c38b59609323ba5e /usr.bin/sockstat | |
parent | 415a3a9b966c1522657d435a1785904f41accc78 (diff) | |
download | FreeBSD-src-f4753a04d4771c2013dc576b6455d28c5e64e93e.zip FreeBSD-src-f4753a04d4771c2013dc576b6455d28c5e64e93e.tar.gz |
Reencode files from latin1 to UTF-8.
This makes a tiny percentage of entries in calendars ugly for latin1
users, but fixes them for UTF-8 users.
This badly needs a solution involving locale-dependent re-encoding.
Diffstat (limited to 'usr.bin/sockstat')
-rw-r--r-- | usr.bin/sockstat/sockstat.1 | 2 | ||||
-rw-r--r-- | usr.bin/sockstat/sockstat.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sockstat/sockstat.1 b/usr.bin/sockstat/sockstat.1 index 64e163b..02cf568 100644 --- a/usr.bin/sockstat/sockstat.1 +++ b/usr.bin/sockstat/sockstat.1 @@ -1,5 +1,5 @@ .\"- -.\" Copyright (c) 1999 Dag-Erling Coïdan Smørgrav +.\" Copyright (c) 1999 Dag-Erling Coïdan Smørgrav .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/sockstat/sockstat.c b/usr.bin/sockstat/sockstat.c index 2242c4e..7235ba9 100644 --- a/usr.bin/sockstat/sockstat.c +++ b/usr.bin/sockstat/sockstat.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002 Dag-Erling Coïdan Smørgrav + * Copyright (c) 2002 Dag-Erling Coïdan Smørgrav * All rights reserved. * * Redistribution and use in source and binary forms, with or without |