Code

charset: added "replace" functions
authorMax Kellermann <max@duempel.org>
Mon, 19 Oct 2009 06:18:43 +0000 (08:18 +0200)
committerMax Kellermann <max@duempel.org>
Mon, 19 Oct 2009 06:18:43 +0000 (08:18 +0200)
commit87e8d7f3e8fa5a005c2aae06b6e00c4ba47d0c7e
tree45d18822d93826d85da35f617886a3db15452b1a
parent9a0647e0647d7530fb6db7d8c1647bffb420d08a
charset: added "replace" functions

These functions are a shortcut for a common use case: convert an
allocated string in-place.
src/charset.c
src/charset.h
src/wreadln.c