aboutsummaryrefslogtreecommitdiff
path: root/src/Uri.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Uri.cpp')
-rw-r--r--src/Uri.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Uri.cpp b/src/Uri.cpp
index 3bb3a59..b30796c 100644
--- a/src/Uri.cpp
+++ b/src/Uri.cpp
@@ -38,7 +38,8 @@ namespace {
*/
const Uri::CharacterSet HEXDIG{
Uri::CharacterSet('0', '9'),
- Uri::CharacterSet('A', 'F')
+ Uri::CharacterSet('A', 'F'),
+ Uri::CharacterSet('a', 'f')
};
/**