Thank you.  I patched 2.0.12, was able to compile, and can run Namazu 
now without the UTF-8 problem (so that's limited to 2.0.13 RC2).
Bart
Makoto Fujiwara wrote:
To: namazu-users-en(_at_)namazu(_dot_)org
From: Bart Decrem <bart(_at_)decrem(_dot_)com>
Subject: namazu on OS X, UTF-8 problem
Date: Thu, 08 Apr 2004 14:40:52 -0700
Bart> - If so, sorry to sound like a newbie, but HOW do I apply this patch to 
Bart> compile 0.12 on OS X: 
Bart> http://www.namazu.org/ml/namazu-users-en/msg00432.html?  I've never 
Bart> applied a patch so need newbie instructions.
Just answering the last part,
      cd distfiles
 503  curl -o namazu-2.0.12.tar.gz 
ftp://ftp.namazu.org/namazu/stable/namazu-2.0.12.tar.gz
 504  cd ../local-src/
 507  tar zxf ../distfiles/namazu-2.0.12.tar.gz 
 508  curl -o msg00432.html http://www.namazu.org/ml/namazu-users-en/msg00432.html
 512  cd namazu-2.0.12
 514  patch -s -p0 < ../msg00432.html 
Now you have patched one as:
d176:~/Documents/local-src/namazu-2.0.12 makoto$ ls -l lib/getopt.c*
-rw-r--r--  1 makoto  wheel   30566 12 Apr 10:26 lib/getopt.c
-rw-r--r--  1 makoto  makoto  30147 18 Jan  2002 lib/getopt.c.orig
---
Makoto Fujiwara,