--- parser3/src/main/Attic/pa_charset_connection.C 2001/10/05 10:37:26 1.9 +++ parser3/src/main/Attic/pa_charset_connection.C 2001/11/05 11:46:27 1.11 @@ -2,9 +2,9 @@ Parser: Charset connection implementation. Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://design.ru/paf) + Author: Alexander Petrosyan (http://paf.design.ru) - $Id: pa_charset_connection.C,v 1.9 2001/10/05 10:37:26 parser Exp $ + $Id: pa_charset_connection.C,v 1.11 2001/11/05 11:46:27 paf Exp $ */ #include "pa_charset_connection.h" @@ -198,7 +198,7 @@ void Charset_connection::load(Pool& pool case 8: // transcoder if(toTableSz>MAX_CHARSET_UNI_CODES) - PTHROW(0, 0, + throw Exception(0, 0, &ffile_spec, "charset must contain not more then %d unicode values", MAX_CHARSET_UNI_CODES);