sS loadPage_utf8(URL url) { ret loadPage_utf8(url.toString()); } sS loadPage_utf8(S url) { temp tempSetTL(loadPage_charset, "UTF-8"); ret loadPage(url); } sS loadPage_utf8(URLConnection con, URL url, bool addHeaders) throws IOException { temp tempSetTL(loadPage_charset, "UTF-8"); ret loadPage(con, url, addHeaders); }
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: | 585 / 760 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |