From bed751d51eee8b8879da1af185d2cac2bd470ced Mon Sep 17 00:00:00 2001 From: kud1ing Date: Mon, 6 May 2013 00:29:15 -0700 Subject: [PATCH] Updated Lib html (markdown) --- Lib-html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib-html.md b/Lib-html.md index a07c503..47bcad2 100644 --- a/Lib-html.md +++ b/Lib-html.md @@ -51,6 +51,6 @@ A library/module for escaping of HTML characters. ### Additional implementation notes -- provide a `escape_basic()` that only escapes the necessary 5 (?) characters for security/forms/URLs -- provide a `escape_full()` that escapes all characters +- `escape_basic()` only escapes the necessary 5 (?) characters which are necessary for security/forms/URLs +- `escape_full()` escapes all characters - We probably should use a table-lookup (binary search), similar to the code in `libcore/unicode.rs` \ No newline at end of file