*** empty log message ***
This commit is contained in:
parent
7467cd8fd2
commit
0d3fd7e0c6
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# @(#$Id: rclxls,v 1.1 2006-09-05 09:52:23 dockes Exp $ (C) 2004 J.F.Dockes
|
# @(#$Id: rclxls,v 1.2 2006-11-20 15:28:30 dockes Exp $ (C) 2004 J.F.Dockes
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation; either version 2 of the License, or
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
@ -28,7 +28,7 @@
|
|||||||
# set variables
|
# set variables
|
||||||
LANG=C ; export LANG
|
LANG=C ; export LANG
|
||||||
LC_ALL=C ; export LC_ALL
|
LC_ALL=C ; export LC_ALL
|
||||||
progname="rclsoff"
|
progname="rclxls"
|
||||||
|
|
||||||
# show help message
|
# show help message
|
||||||
if test $# -ne 1 -o "$1" = "--help"
|
if test $# -ne 1 -o "$1" = "--help"
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char rcsid[] = "@(#$Id: transcode.cpp,v 1.8 2006-04-28 07:23:46 dockes Exp $ (C) 2004 J.F.Dockes";
|
static char rcsid[] = "@(#$Id: transcode.cpp,v 1.9 2006-11-20 15:29:08 dockes Exp $ (C) 2004 J.F.Dockes";
|
||||||
#endif
|
#endif
|
||||||
/*
|
/*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
@ -102,7 +102,8 @@ bool transcode(const string &in, string &out, const string &icode,
|
|||||||
iconv_close(ic);
|
iconv_close(ic);
|
||||||
//fprintf(stderr, "TRANSCODE OUT:\n%s\n", out.c_str());
|
//fprintf(stderr, "TRANSCODE OUT:\n%s\n", out.c_str());
|
||||||
if (mecnt)
|
if (mecnt)
|
||||||
LOGDEB(("transcode: %d errors\n", mecnt));
|
LOGINFO(("transcode: [%s]->[%s] %d errors\n",
|
||||||
|
icode.c_str(), ocode.c_str(), mecnt));
|
||||||
if (ecnt)
|
if (ecnt)
|
||||||
*ecnt = mecnt;
|
*ecnt = mecnt;
|
||||||
return ret;
|
return ret;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user