Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AtlIsUnsafeUrlChar

 

Call this function to find out whether a character is safe for use in a URL.


      inline BOOL AtlIsUnsafeUrlChar(
   char chIn 
) throw( );

chIn

The character to be tested for safety.

Returns TRUE if the input character is unsafe, FALSE otherwise.

Characters that should not be used in URLs can be tested using this function and converted using AtlCanonicalizeUrl.

Requirements

Header: atlutil.h

Show: