Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support unicode #11

Open
Viatorus opened this issue Jan 9, 2021 · 0 comments · May be fixed by #15
Open

Support unicode #11

Viatorus opened this issue Jan 9, 2021 · 0 comments · May be fixed by #15
Labels
cpp issues related to the C++ part enhancement New feature or request python issues related to the Python part

Comments

@Viatorus
Copy link
Owner

Viatorus commented Jan 9, 2021

constexpr auto test = ctp::printf(
  "┌{0:─^{2}}┐\n"
  "│{1: ^{2}}│\n"
  "└{0:─^{2}}┘\n", "", "Hello, world!", 20);

Should print:

┌────────────────────┐
│   Hello, world!    │
└────────────────────┘
@Viatorus Viatorus added enhancement New feature or request cpp issues related to the C++ part python issues related to the Python part labels Jan 9, 2021
@Viatorus Viatorus linked a pull request Feb 7, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp issues related to the C++ part enhancement New feature or request python issues related to the Python part
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant