curl / trurl

trurl is a command line tool for URL parsing and manipulation.
https://curl.se/trurl/
Other
3.1k stars 99 forks source link

Added UTF-8 detection to test runner #276

Closed jacobmealey closed 4 months ago

jacobmealey commented 5 months ago

Adds the ability to skip tests that require UTF-8 encoding if the environment does not support UTF-8. It also cleaned up the feature checking logic.

Note: There is probably a much better way to do this, so feel free to leave suggestions.

fixes: #272