my code such as:
var f =ConfigFile.new()
f.load(oldpath)
f.save(newpath)
paths is noproblem
but the new file become unreadable chars
the old file,i had opened,it's no problem, it had saved the unicode chars,and it is utf8 in default
ps:
I see ..in my last find,section\key canot use unicode,but the value can do it.
is that so?