https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8272

Joe Wein <joew...@surbl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joew...@surbl.org

--- Comment #2 from Joe Wein <joew...@surbl.org> ---
In our code we are using IDN2 and it seems to convert the string fine using
this function call:


if ((nResult = idn2_to_ascii_8z(cpUtf, &cpIdn, IDN2_NONTRANSITIONAL |
IDN2_NFC_INPUT)) != IDN2_OK)
  (...)


URI before parsing:
"sbxppqmgkdrsimgktmfzm.𝕜𝕖𝕛𝕚𝕒𝕕𝕞𝕚𝕟.cn/caonima=sbxppqmgkdrsimgktmfzm.co.jp/"

cpIdn after idn2_to_ascii_8z:
"sbxppqmgkdrsimgktmfzm.kejiadmin.cn"

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to