All Projects → sonsongithub → HTMLSpecialCharacters

sonsongithub / HTMLSpecialCharacters

Licence: MIT license
Library to escape/unescape HTML special characters in Swift.

Programming Languages

swift
15916 projects

Labels

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].