--- parser3/src/main/untaint.C 2001/05/19 19:52:38 1.51 +++ parser3/src/main/untaint.C 2001/07/09 16:51:54 1.54 @@ -4,9 +4,8 @@ Copyright(c) 2001 ArtLebedev Group(http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - - $Id: untaint.C,v 1.51 2001/05/19 19:52:38 parser Exp $ */ +static const char *RCSId="$Id: untaint.C,v 1.54 2001/07/09 16:51:54 parser Exp $"; #include "pa_pool.h" #include "pa_string.h" @@ -122,7 +121,9 @@ size_t String::cstr_bufsize(Untaint_lang return (lang==UL_AS_IS?size():size()*UNTAINT_TIMES_BIGGER) +1; } -/// @todo fix theoretical \n mem overrun in TYPO replacements +/** @todo fix theoretical \n mem overrun in TYPO replacements +@todo rename base_64 to quoted_printable [invalid name now] +*/ char *String::store_to(char *dest, Untaint_lang lang, SQL_Connection *connection, const char *charset) const {