| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Actually, I would like to make use of the error-handling code you have here. This can go first so I can rebase #3046 on top of your work. |
Sorry, something went wrong.
Co-authored-by: Jeong YunWon <youknowone@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
I started on this at the beginning of June, so I figured I should finish it and get it in. A large part of the refactoring is just deduplicating decoding logic between utf8 and ascii, since in both the valid subset can just be push_str()'d, and the rest passed to the error handler. The only difference is finding the invalid bytes, if any, and figuring out what the error is.