emio icon indicating copy to clipboard operation
emio copied to clipboard

Support UTF-8

Open Viatorus opened this issue 3 years ago • 0 comments

I think UTF-8 is mostly supported out of box but this is missing:

  • [ ] allow a utf-8 conform fill character
CHECK(emio::format("{0:ж>4}", 42) == "жж42")
  • [ ] TBD: Does the writer class requires functions with UTF-8 support?

Viatorus avatar Dec 08 '22 19:12 Viatorus