<fvdoc>
<div xmlns='http://www.w3.org/1999/xhtml'>
<div id='message'>
<p>Invalid character in a URI: <code>c</code></p>
</div>
<div id='explanation'>
<p>The specified value contains a character which is not valid in a URI.</p>
</div>
<div id='solution'>
<p>A complete list of acceptable characters can be found in <a href="http://www.ietf.org/rfc/rfc3986.txt">RFC 3986</a>.  Characters outside this range need to be percent encoded.  For example, a space character is percent encoded as <code>%20</code>.</p>
</div>
</div>
</fvdoc>

