bevhost / probind

Professional DNS Management
GNU General Public License v2.0
10 stars 4 forks source link

use idna_convert properly #19

Open marado opened 8 years ago

marado commented 8 years ago

The latest change made on the idna_convert library shipping with probind (by me) was to make convert parse paths. Not only that breaks the correct use of convert, but convert is meant not to work on paths, and we should be using encode_uri .

More info here: https://github.com/marado/idna_convert/commit/1b1f95f97ae98733e66199b3a355ba153774a511#commitcomment-16530427