From fb2ad9d3a495c2ad70c72b3321b61f43d132fbfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20Sp=C3=B6rlein?= Date: Fri, 30 Dec 2011 10:59:15 +0000 Subject: 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. --- usr.bin/whereis/whereis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/whereis/whereis.c') diff --git a/usr.bin/whereis/whereis.c b/usr.bin/whereis/whereis.c index 91df6dcab739..401461fb0f80 100644 --- a/usr.bin/whereis/whereis.c +++ b/usr.bin/whereis/whereis.c @@ -1,5 +1,5 @@ /* - * Copyright © 2002, Jörg Wunsch + * Copyright © 2002, Jörg Wunsch * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions -- cgit v1.2.3