5
LINES
JavaX fragment (include)
1 | static String urlencode(String x) {
|
2 | try {
|
3 | return URLEncoder.encode(unnull(x), "UTF-8");
|
4 | } catch (UnsupportedEncodingException e) { throw new RuntimeException(e); }
|
5 | } |
download show line numbers debug dex old transpilations
Travelled to 17 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, xrpafgyirdlv
| ID |
Author/Program |
Comment |
Date |
| 754 | #1000604 (pitcher) | | 2015-08-18 00:07:22 |
add comment
| Snippet ID: |
#1000580 |
| Snippet name: |
urlencode |
| Eternal ID of this version: |
#1000580/1 |
| Text MD5: |
a8979a407f3527a7069547f8928570f5 |
| Author: |
stefan |
| Category: |
|
| Type: |
JavaX fragment (include) |
| Public (visible to everyone): |
Yes |
| Archived (hidden from active list): |
No |
| Created/modified: |
2015-08-14 23:10:21 |
| Source code size: |
177 bytes / 5 lines |
| Pitched / IR pitched: |
No / Yes |
| Views / Downloads: |
1479 / 5063 |
| Referenced in: |
[show references] |