1 | static String urldecode(String x) { |
2 | try { |
3 | return URLDecoder.decode(unnull(x), "UTF-8"); |
4 | } catch (UnsupportedEncodingException e) { throw new RuntimeException(e); } |
5 | } |
Began life as a copy of #1000580
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1000942 |
Snippet name: | urldecode |
Eternal ID of this version: | #1000942/1 |
Text MD5: | 650ca2fcbbaaf19f7f3aa9561d2a75bb |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2015-09-10 04:01:12 |
Source code size: | 177 bytes / 5 lines |
Pitched / IR pitched: | No / Yes |
Views / Downloads: | 738 / 1027 |
Referenced in: | [show references] |