Erik Nyquist
                                            Erik Nyquist
                                        
                                    http://kunststube.net/encoding http://utf8everywhere.org https://www.cprogramming.com/tutorial/unicode.html http://www.tldp.org/HOWTO/Unicode-HOWTO-6.html http://www.cl.cam.ac.uk/~mgk25/unicode.html http://unicodebook.readthedocs.io/programming_languages.html
http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ https://lists.w3.org/Archives/Public/www-archive/2009Apr/att-0001/u8decdfa.c
Thanks for that, good point
fixed 54e78752c84e3bb1ca0a93dcae9186d035281a2e
No, the check in rxvm_free serves another purpose besides protecting the free(). If compiled->simple is non-NULL, then I know that compiled->exe was never allocated so I don't need to traverse/free...
interesting, had not heard of that. Thanks for the recommendation
fixed 8f04d2115ae80fa12c321e749a0822428cf50667
Good catch, I'll fix that
Fixed cae348f74edbd28879745d5e09ac2f9d0571d2ec
Don't mind the red "x" from CI next to the new commits, the osx jobs on travis aren't running right now (high load I assume) so I've been cancelling them...