diff options
Diffstat (limited to 'unicode/unicodetest.c')
| -rw-r--r-- | unicode/unicodetest.c | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/unicode/unicodetest.c b/unicode/unicodetest.c index b59fab3..b309ad6 100644 --- a/unicode/unicodetest.c +++ b/unicode/unicodetest.c @@ -134,6 +134,12 @@ int main(int argc, char **argv)  		++argn;  	} +	if (argn < argc && strcmp(argv[argn], "--smaputf8") == 0) +	{ +		chset=unicode_x_smap_modutf8; +		++argn; +	} +  	if (argn < argc && strcmp(argv[argn], "--totitle") == 0)  	{  		++argn; | 
