Updated experimental features. - sam - An updated version of the sam text editor.
(HTM) git clone git://vernunftzentrum.de/sam.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit fff7e1775eb2be17e03223bdd8926dee6ecd47dc
(DIR) parent 31f37e5e6d02bf93018f1784d894723412b0f5de
(HTM) Author: Rob King <jking@deadpixi.com>
Date: Mon, 3 Oct 2016 23:08:14 -0500
Updated experimental features.
Diffstat:
README.rst | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/README.rst b/README.rst
@@ -36,6 +36,7 @@ Differences between this and the main branch include:
- Use of wide characters instead of runes,
and the operating system's multibyte encoding functions.
This should allow sam to work with any character encoding supported by the OS.
+ Additionally, this allows support beyond the Basic Multilingual Plane.
- A much smaller and simpler buffer implementation.
Classic sam had a very complex buffer implementation because it had to;
things were less standardized then and you couldn't rely on the OS having a good virtual memory implementation or buffer cache.