doc(readme): limitation with unicode templates and hfill
This commit is contained in:
parent
c9d2cbce2f
commit
88f19df703
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue