hubot-line icon indicating copy to clipboard operation
hubot-line copied to clipboard

A Hubot adapter for LINE.

Results 1 hubot-line issues
Sort by recently updated
recently updated
newest added

If code unit value is 0xFF or less it become a two-digit escape. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/escape for example. ``` original: => ٩(๑`^´๑)۶ escaped: => \u0669(\u0E51`^%B4\u0E51)\u06F6 display in LINE: => ٩(๑`^%B4๑)۶ ```