utf8textprep
lower = utf8textprep(argv[0], U8_TEXTPREP_TOLOWER);
upper = utf8textprep(argv[0], U8_TEXTPREP_TOUPPER);