Earlier quoted context omitted.
I can confirm that text encoding is still a real pain in Japan. Despite the fact that we now have UTF-8, which should be used whenever possible, legacy encodings like SJIS, EUC, etc. still abound. For instance, whenever I download CSV bank or credit card data here in Japan, I always have to convert the file from one of those encodings before using it. At work in Tokyo, I deal with email in these encoding (or worse --…
Off-topic response: w.r.t. code completion plugins in Chocolat, the hard part is already done. With v3, the plugin API is now process-separated, and communication is over mach ports. Now that there's a stable, non-blocking and low-latency foundation for plugins, all I need to do is figure out a good API for it. My advice to aspiring text editor authors would be: do development on the slowest most outdated computer yo…
But... Chocolat didn't really stick for me, with the plethora of editors I already use. Even though it's good.
I would definitely revisit it, if it got extensible completion.
[1]: https://www.dropbox.com/s/r2da0rc7spgpxqq/Screenshot%202014-...