diff options
| author | Sam Varshavchik | 2018-07-11 22:16:22 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2018-07-11 22:16:22 -0400 | 
| commit | 4fc91797ada09e9f8e3bd0a3cdbe0c78edf2530d (patch) | |
| tree | 0f4417dcffecd8b8e8f060a8a79ca42bc236484a /unicode/unicodetest.c | |
| parent | 03050820bf8e22adb2ec88d079cdde01d7fa6a29 (diff) | |
| download | courier-libs-4fc91797ada09e9f8e3bd0a3cdbe0c78edf2530d.tar.bz2 | |
courier-unicode: implement unicode_x_smap_modutf8 pseudo-encoding
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; | 
