Switch to side-by-side view

--- a/src/utils/transcode.h
+++ b/src/utils/transcode.h
@@ -1,7 +1,9 @@
 #ifndef _TRANSCODE_H_INCLUDED_
 #define _TRANSCODE_H_INCLUDED_
-/* @(#$Id: transcode.h,v 1.1 2004-12-15 09:43:48 dockes Exp $  (C) 2004 J.F.Dockes */
-
+/* @(#$Id: transcode.h,v 1.2 2005-01-25 14:37:21 dockes Exp $  (C) 2004 J.F.Dockes */
+/** 
+ * A very minimal c++ized interface to iconv
+ */
 #include <string>
 
 extern bool transcode(const std::string &in, std::string &out,