From kmail-devel Sat Jan 31 21:03:28 2004 From: Thiago Macieira Date: Sat, 31 Jan 2004 21:03:28 +0000 To: kmail-devel Subject: [Bug 72554] Allow International Domain Names (e.g. Umlaut domains) Message-Id: <20040131210328.21232.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kmail-devel&m=107558303721908 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=72554 ------- Additional Comments From thiagom@mail.com 2004-01-31 22:03 ------- The functions in namespace KIDNA (kdecore/kidna.h) will tell you that. If a Unicode-hostname is valid, toAscii will return its ACE form; if it's invalid, it returns empty. This is what you should know. You don't have to check if an ACE-encoded hostname is valid -- all ASCII-only hostnames are valid, provided they don't break STD 3 rules. toAscii and name resolution verify STD 3-compliance. Anyways, this is not the case here. Just allow the full range of Unicode in the server name widget. If the user enters something that is invalid, it will be the same as entering a hostname that doesn't exist -- the lookup routines take care of that. _______________________________________________ KMail developers mailing list KMail-devel@kde.org https://mail.kde.org/mailman/listinfo/kmail-devel