/* Skeleton for a conversion module.
- Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
/* Store information about how many bytes are available. */
data->outbuf = outbuf;
- /* Remember how many characters we converted. */
+ /* Remember how many non-identical characters we converted. */
*written += converted;
break;