1 | sS loadPage_utf8(URL url) { |
2 | ret loadPage_utf8(url.toString()); |
3 | } |
4 | |
5 | sS loadPage_utf8(S url) { |
6 | temp tempSetTL(loadPage_charset, "UTF-8"); |
7 | ret loadPage(url); |
8 | } |
9 | |
10 | sS loadPage_utf8(URLConnection con, URL url, bool addHeaders) throws IOException { |
11 | temp tempSetTL(loadPage_charset, "UTF-8"); |
12 | ret loadPage(con, url, addHeaders); |
13 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1003908 |
Snippet name: | loadPage_utf8 |
Eternal ID of this version: | #1003908/4 |
Text MD5: | 3962ee396b9d6f32a2632ca01eb1900e |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-03-21 11:28:45 |
Source code size: | 342 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 584 / 760 |
Version history: | 3 change(s) |
Referenced in: | [show references] |