static S codePointToString(int codePoint) { ret new S(Character.toChars(codePoint)); }
download show line numbers debug dex old transpilations
Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, elmgxqgtpvxh, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
Snippet ID: | #1005233 |
Snippet name: | codePointToString - Unicode code point to string |
Eternal ID of this version: | #1005233/1 |
Text MD5: | f5402a1bf2f2527a1582c033f630f85f |
Author: | stefan |
Category: | javax / unicode |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-10-25 21:50:23 |
Source code size: | 90 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 588 / 584 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1021626 - textualCodePointToString - "U+..." to string #1029678 - unicode - Unicode textual code point to string |