Updated readme

This commit is contained in:
Geert Bevin 2023-01-04 12:13:05 -05:00
parent 444175e01a
commit 92d767aadf

View file

@ -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. 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)) 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) ## Examples (TL;DR)