mirror of
https://github.com/gbevin/urlencoder.git
synced 2025-04-29 08:58:11 -07:00
Compare commits
2 commits
444175e01a
...
320be3b3a1
Author | SHA1 | Date | |
---|---|---|---|
320be3b3a1 | |||
92d767aadf |
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
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 the same issues.
|
||||||
|
|
||||||
|
|
||||||
## Examples (TL;DR)
|
## Examples (TL;DR)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue