vtparse
vtparse copied to clipboard
Adding UTF-8 decoding.
I noticed I was getting command errors with multibyte characters. Looked through the vtparse code and noticed it didn't seem to be handling UTF-8 characters. Did a simple UTF-8 implementation that fixed the issue for me, feel free to merge/critique.
Thanks mate, I added it to my personal fork of the code. This is really important :)