Skip to content

Commit

Permalink
Refactor: rename the two new string transforms
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartherbert committed Nov 2, 2017
1 parent 74eb7ca commit 7abf7e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -49,7 +49,7 @@
* this was added in response to Wordpress's limitations with not handling
* UTF-8 in post titles and URLs
*/
class Utf8ToAscii
class ApproxAscii
{
/**
* convert a UTF-8 string into its nearest pure-ASCII alternative
Expand Down
Expand Up @@ -48,7 +48,7 @@
*
* @see https://gist.github.com/aeurielesn/1116358
*/
class UnicodeDecode
class DecodeEscapedUnicode
{
/**
* convert a \u encoded string back to UTF-8
Expand Down

0 comments on commit 7abf7e1

Please sign in to comment.