URL encoding
If a URL includes characters that cannot be printed or transmitted safely, the URL must be encoded. Any unsafe or unprintable characters (such as single or double quotation marks, equal signs, or ampersands) are replaced with a percent sign (%), followed by the hexidecimal digits that correspond to the character's value. For example, the string "Assigned To" would be encoded as*%22Assigned+To%22*.
The following table lists commonly encoded characters.
Encoded characters
The BMC Remedy Mid Tier provides a URL encoder utility that enables you to convert nonalphanumeric characters to UTF-8 encoded values.
The URL Encoding utility is bundled with Mid Tier. You can access it through:
http://<midTierServer>/<contextPath>/shared/ar_url_encoder.jsp
where arsys is the default context path.
URL encoder utility
(Click the image to expand it.)