From 92d767aadf8bf1de1f1f2e9b9ce2697ac303ddfd Mon Sep 17 00:00:00 2001 From: Geert Bevin Date: Wed, 4 Jan 2023 12:13:05 -0500 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8dfa41..d0bae33 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ necessary, significantly impacting performance. This library has a negligible performance impact when a specified string doesn't need to be encoded. Android's [Uri.encode](https://developer.android.com/reference/android/net/Uri#encode(java.lang.String,%20java.lang.String)) -also addresses these issues, but does not currently support [unicode surrogate pairs](https://learn.microsoft.com/en-us/globalization/encoding/surrogate-pairs). +also addresses these issues, but might not currently support [unicode surrogate pairs](https://learn.microsoft.com/en-us/globalization/encoding/surrogate-pairs) (needs more research). ## Examples (TL;DR)