Results 402 comments of Martin Michlmayr

I have not found a good workaround. Wiktionary currently has 34 words with `ng'` but I'm sure that's not complete. I guess it would be possible to hardcode this, but...

The dates in lisp output are unusable. Example: running `ledger lisp register 'Assets:Checking'` with the following data: ``` 2017/03/24 Foo bar ;some food Expenses:Food 9 Assets:Checking -9 ``` Returns: ```...

That doesn't seem related to reading from stdin. `-f file` also segfaults here.

``` (gdb) where #0 __memcpy_avx_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:372 #1 0x00007ffff6f3e618 in std::basic_streambuf::xsputn(char const*, long) () from /lib/x86_64-linux-gnu/libstdc++.so.6 #2 0x00007ffff6f3088d in std::basic_ostream& std::__ostream_insert(std::basic_ostre am&, char const*, long) () from /lib/x86_64-linux-gnu/libstdc++.so.6 #3...

You're right. My ledger checkout was a few months old. I just tried again with current ledger and I get the same result as you.

I noticed the default characters for Afrikaans are `a-zA-ZÀ-ÖØ-öø-ȳáéíóúÁÉÍÓÚñÑ`. I removed that because it says the default is all UTF-8 characters. After changing this, I deleted the book and imported...

What's strange is that the same character shows up just fine a little bit later: ![Image](https://github.com/user-attachments/assets/a2d156ac-b7a5-4626-9dcf-a56c61656b0f) Looking at the EPUB, the heading comes from Trompie_02.xhtml while the text is in...

I just went to a book and edited the title and that did not trigger the warning, so not sure.

Ok, I found this email thread "bean-extract is gone with v3": https://www.mail-archive.com/[email protected]/msg06240.html" in which [Daniele explains](https://www.mail-archive.com/[email protected]/msg06244.html): > In a nutshell, to upgrade from beancount.ingest to beangulp, it shoul be sufficient...