Results 824 comments of Trim21

I saw #1250 is mentioned, does this mean tinyxml2 have full utf-8 support?

looks like its still broken for emoji support. response for filename `🤨` ```py b'\r\n\r\n\r\n\r\n\r\n????\r\n6114656256\r\n\r\n\r\n\r\n\r\n' ```

Oh, sorry, maybe wrong result.

这个infobox的返回类型其实应该考虑重新设计一下,现在这样静态类型的语言非常不好解析

我的想法是直接加个 Wiki[V1] 方便静态语言反序列化

> I'm curious about the choice to interact with Python. Would it be beneficial to consider rewriting everything entirely in Rust? Rust's performance and safety features seem to offer great...

Actually there are already several rust (partial) implement there. https://github.com/twilco/beancount https://github.com/carderne/bean-rs https://github.com/jcornaz/beancount-parser https://docs.rs/beancount-parser-lima/latest/beancount_parser_lima/

> IIRC I worked with jcornaz to make it pass my large file (which has instances of the more obscure syntax corners). > > I'm seriously contemplating adding an official...