zhaoyanliang

Results 2 comments of zhaoyanliang

Before converting ast to json, iterate through all nodes and encode the variable containing the illegal utf-8 string using base64_encode.

I use mac-style as an example just to test it more easily without overriding any methods. The situation I actually encountered was formatting Unknown-style into Windows-style. So I wrote the...