Steffen Weise
Steffen Weise
awesome, then I know it works for you and me :-) I am working on cleaning the code right now, something I have been pushing off for years. This should...
I reworked the serializer to support the wide characters. Created a little test application if you like to test too `./wide_serializer_test` takes wide input and writes it together with a...
Support for wide characters is well underway. I am ready to set up a basic new project now, even using emoji starting `./wide_serializer_test` given this input and this rough code...
Wanna give a little heads-up. I am still working on this. The way that wide char support is handled in ncurses forms (form.h) is really unclear to me. There are...
I am happy to report that I was able to build a version that works with UTF-8. Please see attached screenshot. The development branch is located at https://github.com/gtaubman/doneyet/tree/without_wide_char ⚠️ Warning:...
could we install it using the brew tap mechanism in the meanwhile ? #41
how about using `at` and storing the results temporarily in specifically named `/tmp/afpre-(dateformat)` or `/var/run/afpre-(dateformat)` ? `atq` would also provide an efficient way of checking, `atrm` for deletion. reference/example: https://www.ibm.com/developerworks/opensource/library/l-job-scheduling/index.html