Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Делал кто-то Punicode фильтры для конвертации URL? #213

Open
DeryabinSergey opened this issue May 22, 2014 · 0 comments

Comments

@DeryabinSergey
Copy link
Contributor

Может быть если кто-то делал для себя с удовольствием воспользуюсь :)

Сделал себе из какого-то примера вот такие: https://www.dropbox.com/s/348ejp1bve3dm56/punicodeFilters.tar.gz

Использую следующим образом:
$form->get('website')->
addImportFilter(Singleton::getInstance('PunicodeEncodeFilter'))->
addDisplayFilter(Singleton::getInstance('PunicodeDecodeFilter'))->
addDisplayFilter(Filter::htmlSpecialChars());

Но в нем куча недостатков:

  • переделывает в punicode весь переданный URL, а необходимо что бы только адрес, а путь не трогал
  • при наличии в URL тире или подчеркивания впадает в бесконечный цикл

Если кто возьмется довести до ума - готов заплатить

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant