ajfigueroa / HTMLSpecialCharacters

Library to escape/unescape HTML special characters in Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTMLSpecialCharacters

Library to escape/unescape HTML special characters in Swift. Google Toolbox for Mac is known as a great library which supports escaping/unescaping HTML special characters. But it's written in Objective-C.

Test code

HTMLSpecialCharacters passed the alomost same test code of Google Toolbox for Mac. Please check it.

Performance

HTMLSpecialCharacters can escape/unescape HTML special chracters much faster than Google Toolbox for Mac. The figure below shows the performance of escaping/unescaping the test code. These score were measured on iMac (27-inch Late 2012). Test code for Google Toolbox for Mac is here.

Acknowledgement

@norio_nomura gave me a lot of codes and comments. This project is based on his code.

License

MIT License. This library includes source codes of Google Toolbox for Mac.

About

Library to escape/unescape HTML special characters in Swift.

License:MIT License


Languages

Language:Swift 98.3%Language:Ruby 1.7%