I think UTF-8 is mostly supported out of box but this is missing: - [ ] allow a utf-8 conform fill character ```cpp CHECK(emio::format("{0:ж>4}", 42) == "жж42") ``` - [ ] TBD: Does the writer class requires functions with UTF-8 support?