opensubscriber
   Find in this group all groups
 
Unknown more information…

m : mahogany-developers@lists.sourceforge.net 9 August 2008 • 12:30AM -0400

[M-Dev] non 7 bit chars in URL
by Nerijus Baliunas

REPLY TO AUTHOR
 
REPLY TO GROUP






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-Developers mailing list
Mahogany-Developers@list...
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

Related Messages

opensubscriber is not affiliated with the authors of this message nor responsible for its content.