This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menuiconv -f UTF-8 -t GBK file1 -o file2;To manually specify a character encoding
(setf str [text]白日依山尽
黄河入海流
欲穷千里目
更上一层楼[/text])
(write-file "result_utf8.txt" (first (parse str "rn")))
;maybe
;(write-file "result_cp936.txt" (iconv "utf-8" "gbk" (first (parse str_cp936 "rn"))))
;(write-file "result_cp936.txt" (first (parse str_cp936 "rn")) "gbk").iconvQuote
(write-file filename conent charset)