From c86361a08b7ede6a9749c15cb76d49232c689556 Mon Sep 17 00:00:00 2001 From: Piotr Likoski Date: Thu, 2 Aug 2018 16:21:04 +0200 Subject: [PATCH] Add paragraph about native UTF-8 support --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d0a99e9..a8c80c8 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,11 @@ for 64-bit signed integers. Thanks to that, integers can store values between -9 inclusive, both on 32-bit and on 64-bit host OS. +## Native UTF-8 Support +Aer has builtin native support for UTF-8 characters. That is, you are not restricted to use only plain-English to name variables +or methods. Any UTF-8 encoded natural language can be used without the need for ICU or any other internationalization package. + + ## Build Instructions Aer is a multi-platform software, that can be built on any Operating System. On Unix-like. macOS and Cygwin it is as easy as to fetch the source code and issue single command: