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

idn_to_ascii function support #327

Open
soullivaneuh opened this issue Feb 10, 2022 · 1 comment
Open

idn_to_ascii function support #327

soullivaneuh opened this issue Feb 10, 2022 · 1 comment
Labels
enhancement New feature or request missing function

Comments

@soullivaneuh
Copy link

This is a feature request to add support for the idn_to_ascii function.

Ref: https://www.php.net/manual/en/function.idn-to-ascii.php

Return values: The domain name encoded in ASCII-compatible form, or false on failure

@shish shish added missing function enhancement New feature or request labels Feb 3, 2025
@shish
Copy link
Collaborator

shish commented Feb 7, 2025

So where nearly all functions are documented in <module name>/functions/<function name>.xml, idn_to_ascii and idn_to_utf8 are documented in intl/idn/<function name>.xml and so our code to find functions isn't finding them 😭

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request missing function
Projects
None yet
Development

No branches or pull requests

2 participants