Switch to side-by-side view

--- a/src/common/rclconfig.h
+++ b/src/common/rclconfig.h
@@ -16,7 +16,7 @@
  */
 #ifndef _RCLCONFIG_H_INCLUDED_
 #define _RCLCONFIG_H_INCLUDED_
-/* @(#$Id: rclconfig.h,v 1.17 2006-03-22 14:25:46 dockes Exp $  (C) 2004 J.F.Dockes */
+/* @(#$Id: rclconfig.h,v 1.18 2006-03-29 11:18:14 dockes Exp $  (C) 2004 J.F.Dockes */
 
 #include <list>
 
@@ -53,8 +53,9 @@
     bool getConfParam(const std::string &name, int *value);
     /** Variant with autoconversion to bool */
     bool getConfParam(const std::string &name, bool *value);
-    /** Get default charset for current keydir (was set during setKeydir) */
-    const string &getDefCharset();
+    /** Get default charset for current keydir (was set during setKeydir) 
+     * filenames are handled differently */
+    const string &getDefCharset(bool filename = false);
     /** Get guessCharset for current keydir (was set during setKeydir) */
     bool getGuessCharset() {return guesscharset;}