Title: benant's Replies | WordPress.org

---

# benant

  [  ](https://wordpress.org/support/users/benant/)

 *   [Profile](https://wordpress.org/support/users/benant/)
 *   [Topics Started](https://wordpress.org/support/users/benant/topics/)
 *   [Replies Created](https://wordpress.org/support/users/benant/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/benant/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/benant/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/benant/engagements/)
 *   [Favorites](https://wordpress.org/support/users/benant/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajaxify Wordpress Site(AWS)] Problem With Unicode Language in Url](https://wordpress.org/support/topic/problem-with-unicode-language-in-url/)
 *  [benant](https://wordpress.org/support/users/benant/)
 * (@benant)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/problem-with-unicode-language-in-url/#post-9968868)
 * Hello, Tahmid.
 * I had the same problem.
    Experience has shown a similar phenomenon in URI encoding
   with Korean. So, not my plugin, but I checked Ajaxify’s history.js file. As a
   result, I modified it as shown below, and the problem was solved in Korean. Try
   it once.
 *     ```
       m.unescapeString = function (b) {
       	var c = b,
       	d;
       	for (; ; ) {
       		// d = a.unescape(c);
       		d = a.decodeURIComponent(c);
       		if (d === c)
       			break;
       		c = d
       	}
       	return c
       },
       ```
   
 * _* reference : [https://docs.microsoft.com/en-us/scripting/javascript/reference/unescape-function-javascript](https://docs.microsoft.com/en-us/scripting/javascript/reference/unescape-function-javascript)
   *
   reference : [https://docs.microsoft.com/en-us/scripting/javascript/reference/decodeuricomponent-function-javascript](https://docs.microsoft.com/en-us/scripting/javascript/reference/decodeuricomponent-function-javascript)
 * ps: If Ajaxfy developers see this article, please reflect them in the source.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error message on updates screen with WordPress 4.6](https://wordpress.org/support/topic/error-message-on-updates-screen-with-wordpress-46/)
 *  [benant](https://wordpress.org/support/users/benant/)
 * (@benant)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/error-message-on-updates-screen-with-wordpress-46/#post-8195314)
 * Unfortunately, I did not find the correct solution. So, i installed the pure 
   wordpress v4.6.1, the plugins, and theme. Finally works good. But, it was an 
   unpleasant experience.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error message on updates screen with WordPress 4.6](https://wordpress.org/support/topic/error-message-on-updates-screen-with-wordpress-46/)
 *  [benant](https://wordpress.org/support/users/benant/)
 * (@benant)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/error-message-on-updates-screen-with-wordpress-46/#post-7722769)
 * Hi. jessekramer27
    Please, simply explain … How did you fix it?
    -  This reply was modified 9 years, 11 months ago by [benant](https://wordpress.org/support/users/benant/).

Viewing 3 replies - 1 through 3 (of 3 total)