aboutsummaryrefslogtreecommitdiffstats
path: root/libdevcore/UTF8.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix UTF-8 validation for high codepoints (>10000)Alex Beregszaszi2017-06-161-1/+1
* Replace cpp-ethereum with solidity in the license headersAlex Beregszaszi2017-02-021-4/+4
* Rename dev::validate to dev::validateUTF8Alex Beregszaszi2016-11-291-1/+1
* Remove dev::utf8 namespaceAlex Beregszaszi2016-08-091-5/+0
* Use size_t in dev::utf8::validate()Alex Beregszaszi2016-08-091-5/+5
* Use consts in dev::utf8::validate()Alex Beregszaszi2016-08-091-6/+6
* Include UTF8 helpers in libdevcoreAlex Beregszaszi2016-08-091-0/+86