mirror of
https://github.com/gbevin/urlencoder.git
synced 2025-04-29 08:58:11 -07:00
Compare commits
No commits in common. "320be3b3a15bd00678aecbdc2b4ef047b99c54ab" and "444175e01a5992caa7784c22942618e20afa40f3" have entirely different histories.
320be3b3a1
...
444175e01a
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ 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 the same issues.
|
||||
also addresses these issues, but does not currently support [unicode surrogate pairs](https://learn.microsoft.com/en-us/globalization/encoding/surrogate-pairs).
|
||||
|
||||
|
||||
## Examples (TL;DR)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue