OPJ_STR
OPJ_STR("")
OPJ_STR("a")
OPJ_STR("abc")
OPJ_STR("abc\"def")
OPJ_STR("abc\"\"def")
OPJ_STR("abc\"\"de'f\r\n\t\b\f\\\x01\v\x7f\\")
OPJ_STR("\x80")
OPJ_STR("low=\xc2\x80, high=\xdf\xbf")
OPJ_STR("low=\xe0\xa0\x80, high=\xef\xbf\xbf")
OPJ_STR("low=\xf0\x90\xbf\xbf, high=\xf4\x8f\xbf\xbf")