[0:03]<ashb> isaacs: situationaly depeneding on what oyu want to do really. [0:04]<isaacs> ashb: let's say you wanted to do decodeURIComponent in such a way that it doesn't lose data, or take a string with unicode chars, and express it in some other coding. [0:04]<isaacs> those seem to be the stickiest use cases, right now, at least in node. [0:04]<ashb> in that case you'd need char conversion stuff, no? [0:05]<isaacs> yeah [0:05]<isaacs> like the toString("utf-8") or whatever. [0:05]<isaacs> but still being able to get at the actual bytes if necessary [0:07]<ashb> hmmm right. i think now is the time to start working on a pdoc JS port [0:07]<ashb> actually that can wait till tomorrow [0:07]<isaacs> pdoc? [0:08]<ashb> http://pdoc.org/ [0:08]<ashb> http://pdoc.org/syntax.html [0:08]<ashb> what we use for producing hippo's docs [0:08]<isaacs> ah, i see [0:09]<ashb> we got on with it much more than JSDoc [0:09]<ashb> and wanted something slightly more strucutred than markdown etc.