I searched online for a long time but could not find the Traditional-Simplified conversion in UTF8 character set Simple conversion, maybe someone on the Internet has already written such code.
I once found a JS version, but it couldn’t be used in UTF8 encoding, so I came up with the idea of writing one myself.
In fact, the implementation principle of my code is very simple. It is just a process of replacing character sets. I believe most people can write it.
The following is the code. I don’t know if there are bugs. If you have any problems with its use, you can raise it
Detailed description: http://php.662p.com/thread-565-1-1.html