summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/text/utf8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/vespa/vespalib/text/utf8.h b/vespalib/src/vespa/vespalib/text/utf8.h
index 0c75203fbbe..5a8786707e5 100644
--- a/vespalib/src/vespa/vespalib/text/utf8.h
+++ b/vespalib/src/vespa/vespalib/text/utf8.h
@@ -155,7 +155,7 @@ protected:
first_high_surrogate = 0xD800,
last_high_surrogate = 0xDBFF,
first_low_surrogate = 0xDC00,
- last_low_surrogate = 0xDCFF
+ last_low_surrogate = 0xDFFF
};
};