8 lines
182 B
Text
Executable file
8 lines
182 B
Text
Executable file
#!/usr/bin/newlisp
|
|
|
|
(if (catch (regex-comp "ほげほげ" 0x800) 'result)
|
|
(println ">>>>> UTF-8 compile SUCESSFULL")
|
|
(println ">>>>> PROBLEM in UTF-8 compile:\n" result))
|
|
|
|
(exit)
|
|
|