From 2406e20f3640c6bf8fac56860105744b6bafd2f9 Mon Sep 17 00:00:00 2001 From: Arthur Sonzogni Date: Wed, 16 Jun 2021 11:08:30 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad5937b..78b6702 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ A simple C++ library for terminal based user interface. [[1]](https://hackernoon.com/building-reactive-terminal-interfaces-in-c-d392ce34e649?gi=d9fb9ce35901) and [React](https://reactjs.org/) * Simple and elegant syntax (in my opinion). - * Support for [UTF8](https://en.wikipedia.org/wiki/UTF-8) and [fullwidth chars](https://en.wikipedia.org/wiki/Halfwidth_and_fullwidth_forms) (→ 测试). (% [except combining characters](https://github.com/ArthurSonzogni/FTXUI/issues/109)) + * Support for [UTF8](https://en.wikipedia.org/wiki/UTF-8) and [fullwidth chars](https://en.wikipedia.org/wiki/Halfwidth_and_fullwidth_forms) (→ 测试). * No dependencies. - * Cross platform (mostly). Linux/mac (main target), Windows (experimental). + * Cross platform. Linux/mac (main target), Windows (experimental thanks to contributors), WebAssembly. * Keyboard & mouse navigation. ## Operating systems