<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: When using contains Korean chraracter then crash `location.hash` value."
   href="https://bugs.webkit.org/show_bug.cgi?id=165597">165597</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>AX: When using contains Korean chraracter then crash `location.hash` value.
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Safari 10
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Major
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>JavaScriptCore
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>stegano&#64;daum.net
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Summary:
When using contains Korean chraracter then crash `location.hash` value.

Steps to Reproduce:
1. install Safari
2. launch Safari
3. move to <a href="https://apple.com(or">https://apple.com(or</a> another site)
4. Top menu -&gt; for developer -&gt; Show error console
5. below javascript code input to console
location.hash = &quot;한글 테스트&quot; // input Korean character to location.hash;
console.log(location.hash); // you will show &quot;#\&quot; in console, but must be `한글 테스트` or `%ED%95%9C%EA%B8%80%20%ED%85%8C%EC%8A%A4%ED%8A%B8`.


Expected Results:
&quot;#한글 테스트&quot; or &quot;#%ED%95%9C%EA%B8%80%20%ED%85%8C%EC%8A%A4%ED%8A%B8&quot;

Actual Results:
&quot;#\&quot;

Version:
OS X</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>