Tagged Questions
2
votes
2answers
307 views
Punycode converter at C#
I need a punycode converter for Silverlight. For WPF have such an opportunity in the standard libraries. I need a ready-made library or code of functions (punycode encoding and decoding) {C#, ...
2
votes
3answers
794 views
Convert non-ascii domain to SMTP compatible
When customers enter email addresses with non-ascii chars like äüö our SMTP rejects to process them.
So I think might be there is a solution to handle those domains myself and convert them to ...