Hello I'm trying to make http client with referencing to turtorial.
when I build uri I use non english character. And it throw error at is_path_character function
because it is not english character. Is there any way to use non english character in URI?
for example
client::http_client client(U("https://kr.api.com"));
uri_builder builder(U("/foo/bar/가나다"))