From 2413738fbe36b858290b43b90d9ba5732e6d0123 Mon Sep 17 00:00:00 2001 From: seleznevae Date: Fri, 30 Aug 2019 23:01:49 +0300 Subject: [PATCH] [C] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d91e231..56abb63 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ - Customization of appearance (various [border styles](https://github.com/seleznevae/libfort/wiki/Border-styles-(C-API)) and row/column/cell [properties](https://github.com/seleznevae/libfort/wiki/Cell--and-table-properties-(C-API)) for indentation, alignment, padding) - A number of functions to fill the table (add content by adding separate cells, rows or use `printf` like functions) - Support of multiple lines in cells -- Support of wide characters +- Support of UTF-8 and wide characters ## Design goals - **Portability**. All main OSes (Linux, Windows, macOS, FreeBSD) and compilers are supported.