``` >>> URL.build(path='/% 2', encoded=True).path '/\x02' >>> URL.build(path='/%2 ', encoded=True).path '/\x02' ```