From 9668b76617cca3d139bceb1e65f7300412263c52 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Wed, 7 Apr 2010 00:02:23 -0700 Subject: [PATCH] specify codepoints --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6479e2cb..40cb7d57 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,9 @@ The above tag will create a link to the corresponding page file named `Frodo.ext` where `ext` may be any of the allowed extension types. The conversion is as follows: - 1. Strip any non-printables () - 2. Replace any spaces () with dashes - 3. Replace any slashes () with dashes + 1. Strip any non-printables (U+0000-U+001F, U+007F-U+009F) + 2. Replace any spaces (U+0020) with dashes (U+002D) + 3. Replace any slashes (U+002F) with dashes (U+002D) If you'd like the link text to be something that doesn't map directly to the page name, you can specify the actual page name after a pipe: