<html>
<head>
<link href="mmres://user_interface_reference.css" rel="stylesheet" type="text/css">
<title>GETENCODING</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">GETENCODING</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>
Form XR[v܂ URL XR[ṽGR[h (Zbg) Ԃ܂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>
Bw肵XR[v̕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">JeS</span>
<p>
eΉ֐AVXe֐
</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>GetEncoding(<i>scope_name</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>
SetEncodingAcfcontentAcfprocessingdirectiveAURLDecodeAURLEncodedFormat
</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">qXg</span>
<p>
ColdFusion&#160;MX: ̊֐ǉ܂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">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>
̊֐gƁAURL NG[̕GR[hÃ݂y[WɑMꂽtH[̃tB[h̕GR[hł܂BIɐݒ肳ĂGR[hȂꍇ̃ftHg̃GR[h UTF-8 łB
</p>

<p>
ڍׂɂẮAwww.iana.org/assignments/character-sets</a> QƂĂ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><pre>&lt;!--- ̗ł́A2 ̃tB[h̓e𑗐MA 
      Big5 GR[hꂽeLXgƂĉ߂܂B ---&gt;
&lt;cfcontent type=&quot;text/html; charset=big5&quot;&gt;
&lt;form action=&#39;#cgi.script_name#&#39; method=&#39;get&#39;&gt;
&lt;input name=&#39;xxx&#39; type=&#39;text&#39;&gt;
&lt;input name=&#39;yyy&#39; type=&#39;text&#39;&gt;
&lt;input type=&quot;Submit&quot; value=&quot;M&quot;&gt;
&lt;/form&gt;

&lt;cfif IsDefined(&quot;URL.xxx&quot;)&gt;
&lt;cfscript&gt;
   SetEncoding(&quot;url&quot;, &quot;big5&quot;); 
   WriteOutput(&quot;URL.XXX:&quot; &amp; URL.xxx &amp; &quot;&lt;br&gt;&quot;);
   WriteOutput(&quot;URL.YYY:&quot; &amp; URL.yyy &amp; &quot;&lt;br&gt;&quot;);
    theEncoding = GetEncoding(&quot;URL&quot;);
    WriteOutput(&quot;URL ϐ̃fR[hɎgpꂽ̂ &#39;&quot; &amp; theEncoding &amp; &quot;&#39; GR[hłB&quot;);

    WriteOutput(&quot;GR[h:&quot; &amp; theEncoding);
&lt;/cfscript&gt;
&lt;/cfif&gt;
</pre>
         </td>
      </tr>
   </table>
   </div>
<div id="SCOPE_NAME">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">SCOPE_NAME</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>

<ul>

<li>Form </li>

<li>URL</li>
</ul>


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

  </body>
</html>
