Skip to content

Commit

Permalink
link to RFC 3629
Browse files Browse the repository at this point in the history
  • Loading branch information
aG0aep6G committed Nov 10, 2014
1 parent bdecb4c commit 7ed4999
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion std/utf.d
Expand Up @@ -138,7 +138,8 @@ unittest
$(D index) defaults to $(D 0) if none is passed.
Returns:
The number of bytes in the UTF-8 sequence, a value between 1 and 4.
The number of bytes in the UTF-8 sequence, a value between 1 and 4
(as per $(WEB tools.ietf.org/html/rfc3629#section-3, RFC 3629$(COMMA) section 3)).
Throws:
Throws a $(D UTFException) if $(D str[index]) indicates an invalid
Expand Down

0 comments on commit 7ed4999

Please sign in to comment.