AdguardTeam / FiltersCompiler

A tool that compiles & validates filters
GNU Lesser General Public License v3.0
52 stars 12 forks source link

Transform unicode domain names to punycode on filters compilation #6

Open ameshkov opened 6 years ago

ameshkov commented 6 years ago

@ameshkov commented on Mon Apr 10 2017

We currently do these transformations in the programs code. I guess it'd be easier for devs if these transformations were done on the server side.


@Alex-302 commented on Tue Apr 11 2017

Can we add unicode domains to the filters?


@ameshkov commented on Fri Apr 14 2017

Can we add unicode domains to the filters?

Yep, what I want to be done is automatically transform them to punycode on the server side.


@Alex-302 commented on Fri Apr 14 2017

ok, got it.