From 9c80a8810759c9ed19606547c5aaa47aa1699be4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 26 Nov 2016 12:58:19 +0100 Subject: Add Ranch 1.3 and various small fixes --- articles/erlang-validate-utf8/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'articles/erlang-validate-utf8') diff --git a/articles/erlang-validate-utf8/index.html b/articles/erlang-validate-utf8/index.html index 44e0f42f..9e6ad29a 100644 --- a/articles/erlang-validate-utf8/index.html +++ b/articles/erlang-validate-utf8/index.html @@ -7,7 +7,7 @@ - + Nine Nines: Validating UTF-8 binaries with Erlang @@ -84,8 +84,8 @@ change in the way the code validates UTF-8 data

When looking into why the permessage-deflate tests in autobahntestsuite were taking such a long time, I found that autobahn is using an adaptation of the -algorithm named <a href="http://bjoern.hoehrmann.de/utf-8/decoder/dfa/">Flexible -and Economical UTF-8 Decoder</a>. This is the C99 +algorithm named Flexible +and Economical UTF-8 Decoder. This is the C99 implementation: