libucl icon indicating copy to clipboard operation
libucl copied to clipboard

Base64 encoded strings

Open vstakhov opened this issue 10 years ago • 2 comments

UCL lacks support of binary data, so adding something like this could be useful.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

vstakhov avatar Jul 27 '15 16:07 vstakhov

+1

allanjude avatar Jul 30 '15 03:07 allanjude

How do you envision indicating that an object contains base64 encoded data?

foo = base64(data)

foo @= "data"

.base64(key=foo) "data"

allanjude avatar Oct 23 '15 15:10 allanjude