[Refdb-cvs] CVS: refdb/etc refdbibrc,1.4,1.5
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2004-02-08 00:37:56
|
Update of /cvsroot/refdb/refdb/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14357/etc Modified Files: refdbibrc Log Message: added encoding variable Index: refdbibrc =================================================================== RCS file: /cvsroot/refdb/refdb/etc/refdbibrc,v retrieving revision 1.4 retrieving revision 1.5 diff -u -U2 -r1.4 -r1.5 --- refdbibrc 13 Dec 2002 20:33:52 -0000 1.4 +++ refdbibrc 8 Feb 2004 00:34:59 -0000 1.5 @@ -76,3 +76,8 @@ stylespecdir . +# The character encoding that should be used for the bibliography output. +# Use an encoding that is supported by libiconv. See "man iconv_open" for +# a list of the available encodings on your system +#encoding UTF-8 + # end of refdbibrc \ No newline at end of file |