From 320be3b3a15bd00678aecbdc2b4ef047b99c54ab Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 4 Jan 2023 11:42:06 -0800 Subject: [PATCH] Clarified Android's URI.encode statement --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d0bae33..84f4da9 100644 --- a/README.md +++ b/README.md @@ -22,8 +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 might not currently support [unicode surrogate pairs](https://learn.microsoft.com/en-us/globalization/encoding/surrogate-pairs) (needs more research). - +also addresses the same issues. ## Examples (TL;DR)