non 7 bit chars in URL
Nerijus Baliunas <[email protected]> Fri, 8 Aug 2008 19:30:57 +0300
| Newsgroups | gmane.mail.mahogany.user,gmane.mail.mahogany.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello,
How to highlight the following URL:
http://studento.vikis.lt/wiki/index.php/Žodynas ?
From matchurl.cpp:
/// checks a character to be a valid part of an URL
inline bool IsURLChar(char c)
{
return IsAlnum(c) || IsURLMark(c) || IsURLReserved(c) || c == '%' || c == '#' ||
c == '[' || c == ']';
}
Is there any RFC about it?
Regards,
Nerijus
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mahogany-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-users