miniblog.
← Back to all posts
Wilfred Hughes
Feb 6, 2017 at 23:35
Emacs' strings types handle Unicode well: you get 'multibyte' strings for non-ASCII data. Rust type analogy:
https://github.com/Wilfred/remacs/pull/136#pullrequestreview-20391204
WIP: Implement base64 encode/decode by ljos · Pull Request #136 · remacs/remacs
Hi - I have tried to reimplement the base64 encode/decode functions in fn.c. I know they are not exactly how they should be, but I thought it would be nice to get some input before continuing. The ...