/**
 * @file charset.h
 * @author Hightman Mar
 * @editor set number ; syntax on ; set autoindent ; set tabstop=4 (vim)
 * $Id$
 */

#ifndef	_SCWS_CHARSET_20070528_H_
#define	_SCWS_CHARSET_20070528_H_

/* api used to change the charset assocted */
unsigned char *charset_table_get(const char *cs);

#endif
