From 88f19df7038c3fc9fffd16b546a4ebcbc825aeeb Mon Sep 17 00:00:00 2001 From: nojhan Date: Mon, 23 Jan 2023 22:36:37 +0100 Subject: [PATCH] =?UTF-8?q?doc(readme):=C2=A0limitation=20with=20unicode?= =?UTF-8?q?=20templates=20and=20hfill?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f00f85f..21b5daf 100644 --- a/README.md +++ b/README.md @@ -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