diff options
| author | Loïc Hoguin <[email protected]> | 2016-11-26 12:58:19 +0100 | 
|---|---|---|
| committer | Loïc Hoguin <[email protected]> | 2016-11-26 12:58:19 +0100 | 
| commit | 9c80a8810759c9ed19606547c5aaa47aa1699be4 (patch) | |
| tree | dc36dcc3c97db8dc2476c46df9b2ba596e9e578a /articles/erlang-validate-utf8/index.html | |
| parent | b2d4e41dcda3c2964c8a865482129a7fdf9e55a6 (diff) | |
| download | ninenines.eu-9c80a8810759c9ed19606547c5aaa47aa1699be4.tar.gz ninenines.eu-9c80a8810759c9ed19606547c5aaa47aa1699be4.tar.bz2 ninenines.eu-9c80a8810759c9ed19606547c5aaa47aa1699be4.zip  | |
Add Ranch 1.3 and various small fixes
Diffstat (limited to 'articles/erlang-validate-utf8/index.html')
| -rw-r--r-- | articles/erlang-validate-utf8/index.html | 6 | 
1 files changed, 3 insertions, 3 deletions
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 @@      <meta name="description" content="">      <meta name="author" content="Loïc Hoguin based on a design from (Soft10) Pol Cámara"> -    <meta name="generator" content="Hugo 0.16" /> +    <meta name="generator" content="Hugo 0.17" />      <title>Nine Nines: Validating UTF-8 binaries with Erlang</title> @@ -84,8 +84,8 @@ change in the way the code validates UTF-8 data</a>  <div class="paragraph"><p>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 <a href="http://bjoern.hoehrmann.de/utf-8/decoder/dfa/">Flexible
 +and Economical UTF-8 Decoder</a>. This is the C99
  implementation:</p></div>
  <div class="listingblock">
  <div class="content"><!-- Generator: GNU source-highlight 3.1.8
  | 
