On 2011-09-28 01:11, Alexander Best wrote:
On Tue Sep 27 11, Dag-Erling Smorgrav wrote:
Author: des
Date: Tue Sep 27 19:02:44 2011
New Revision: 225815
URL: http://svn.freebsd.org/changeset/base/225815
...
--- head/usr.bin/fetch/fetch.1  Tue Sep 27 18:57:26 2011        (r225814)
+++ head/usr.bin/fetch/fetch.1  Tue Sep 27 19:02:44 2011        (r225815)
@@ -1,5 +1,5 @@
  .\"-
-.\" Copyright (c) 2000-2004 Dag-Erling Co?dan Sm?rgrav
+.\" Copyright (c) 2000-2011 Dag-Erling Sm?rgrav

your name isn't being displayed correctly here.
...
Modified: head/usr.bin/fetch/fetch.c
==============================================================================
--- head/usr.bin/fetch/fetch.c  Tue Sep 27 18:57:26 2011        (r225814)
+++ head/usr.bin/fetch/fetch.c  Tue Sep 27 19:02:44 2011        (r225815)
@@ -1,5 +1,5 @@
  /*-
- * Copyright (c) 2000-2004 Dag-Erling Coïdan Smørgrav
+ * Copyright (c) 2000-2011 Dag-Erling Smørgrav

here your name gets displayed correctly.

The first file is plain ASCII, and has character 0xf8 for the letter ø.

The second file is UTF-8 without BOM, and uses 0xc3 0xb8 to represent
the same letter.

Maybe it would be nice if both files were UTF-8, but I'm not sure if
manpages support that.

_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to