doc(readme): limitation with unicode templates and hfill

This commit is contained in:
Johann Dreo 2023-01-23 22:36:37 +01:00
commit 88f19df703

View file

@ -642,6 +642,11 @@ You can make portable code using something like:
#endif
```
If you use unicode characters in your template, the horizontal width will not be
computed properly, resulting in incorrectly right-aligned lines.
Solving this would require the use of third-party libraries, making portability
more difficult.
### Dependencies