<html>
<head>
<link href="mmres://user_interface_reference.css" rel="stylesheet" type="text/css">
<title>URLDECODE</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
   <div id="">
   <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
      <tr> 
         <td valign="top" class="name">URLDECODE</td>
         <td valign="top" nowrap class="compatibility">&nbsp;</td>
      </tr>
      <tr>
         <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
      </tr>


    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title"></span>
<p>
URL GR[hfR[h܂B 
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">߂l</span>
<p>
fR[hꂽ
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">JeS</span>
<p>
ϊ֐Ȃ̊֐, ֐
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">֐̃V^bNX</span><pre>URLDecode(<i>urlEncodedString[, charset]</i>)
</pre>    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">֘A</span>
<p>
URLEncodedFormatAwColdFusion MX JKChx̑17͂́uO[oAvP[V̊Jv ́uO[oɎgp\ȃ^OƊ֐v
</p>

<p>
ColdFusion MX&#160;6.1: ftHg̕Zbg̕ύX : URL XR[v̕GR[hftHg̕ZbgƂȂ܂B
</p>

<p>
ColdFusion&#160;MX: 
</p>
<ul>

<li>Unicode T|[g̕ύX : ColdFusion ́AUnicode l 0 ` 65535  Java UCS-2 \LT|[gĂ܂BȑÕ[Xł ASCII lT|[gĂ܂B </li>

<li>charset p[^ǉ܂B</li>
</ul>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">p[^</span>
<p>

</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">gp@</span>
<p>
URL GR[hł́Aꕔ̕Ap[ZgL 16 i\Lgĕ\܂BƂ΁AR[h 129 ̕ %81 ɃGR[h܂B܂AXy[X̓vXLɃGR[h܂B 
</p>

<p>
HTTP ̃NG[͏ URL GR[hĂ܂B 
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title"></span>
<p>
̗ł́AASCII R[h܂ł镶̍쐬AGR[hAуfR[hs܂B
</p>
<pre>&lt;cfscript&gt;
   // 쐬܂B
   s = &quot;&quot;;
   for (c = 1; c lte 256; c = c + 1)
   {
      s = s &amp; chr(c);
   }
   // GR[hāAʂ\܂B
   enc = URLEncodedFormat(s);
   WriteOutput(&quot;Encoded string: &#39;#enc#&#39;.&lt;br&gt;&quot;);
   // fR[hāǍʂ̕Ɣr܂B
   dec = URLDecode(enc);
   if (dec neq s)
   {
      WriteOutput(&quot;fR[hʂGR[hO̓eƈv܂B&quot;);
   }
   else
   {
      WriteOutput(&quot;ɈُȂB&quot;);
   }
&lt;/cfscript&gt;
</pre>
         </td>
      </tr>
   </table>
   </div>
<div id="URLENCODEDSTRING">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">URLENCODEDSTRING</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

 </td>
  </tr>
  <tr>
    <td>URL GR[hꂽA܂͂̂悤ȕ܂łϐłB


  </td>
  </tr>
  </table>
</div>
<div id="CHARSET">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">CHARSET</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

 </td>
  </tr>
  <tr>
    <td>URL ̃GR[hɎgp镶GR[hłBIvV
 </td>
  </tr>
  <tr>
    <td>ʓIɎgplɎ܂B
<ul>

<li>utf-8</li>

<li>iso-8859-1</li>

<li>windows-1252</li>

<li>us-ascii</li>

<li>shift_jis</li>

<li>iso-2022-jp</li>

<li>euc-jp</li>

<li>euc-kr</li>

<li>big5</li>

<li>euc-cn</li>

<li>utf-16</li>
</ul>
 </td>
  </tr>
  <tr>
    <td>GR[h̏ڍׂɂẮAwww.w3.org/International/O-charset.html QƂ
ĂB</a> 
 </td>
  </tr>
  <tr>
    <td>ftHǵAURL XR[v̕GR[hłBSetEncodingQƂĂB


  </td>
  </tr>
  </table>
</div>

  </body>
</html>
