Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercury13 committed Dec 19, 2021
1 parent 44048f9 commit 4647264
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It is a simple Unicode encyclopedia and replacement for Character Map.

# How to compile?
* Download MSYS, slight C++20 here.
* Make custom kit of some MinGW Qt and MSYS compiler; tested Qt 6.1.2 to 6.2.1.
* Make custom kit of some MinGW Qt and MSYS compiler; tested Qt 6.1.2 to 6.2.2, though 6.2 branch does not work under W7.
* Compile AutoBuilder.
* Download and unzip big 220 M https://www.unicode.org/Public/14.0.0/ucdxml/ucd.all.flat.zip
* Run AutoBuilder.
Expand All @@ -32,10 +32,7 @@ It is a simple Unicode encyclopedia and replacement for Character Map.
* Small misrenderings in descriptions are tolerable, I’ll fix them only if samples are bad, or if the font has other problems.

## Future functionality
* Version 1.0: when **all** those chars are drawn, even badly:
* U13: everything except CJK G.
* U14: basic emoji w/o ligatures, plus small holes like Telugu, new umlauts, Persian semi-sharp/semi-flat…
* Future tools (**not** milestones of 1.0):
* Emoji tools: ligatures, more comprehensive reference.
* Better CJK reference.
* Sutton SignWriting tool.
* Translate into English.
* Emoji tools: ligatures, more comprehensive reference.
* Better CJK reference.
* Sutton SignWriting tool.
2 changes: 1 addition & 1 deletion Unicodia/Unicodia.pro
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ INCLUDEPATH += \
TRANSLATIONS += \
Unicodia_en_001.ts

VERSION = 0.4.1
VERSION = 1.0

# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
Expand Down
11 changes: 4 additions & 7 deletions docs/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
<tr>
<td><h1>Юникодия&nbsp;— энциклопедия символов
<td><h1>Unicodia&nbsp;— encyclopedia of characters
<tr>
<td><b>Ахтунг, ахтунг!</b> Я вычитываю тексты, скоро будет 1.0 со 187 тофу, ждите!
<td><b>Achtung, Achtung!</b> I’m fact-checking texts, 1.0 with 187 tofu coming soon, wait!
<tr>
<td><h3><a href='https://github.com/Mercury13/unicodia/releases'>Качать здесь</a></h3>
<td><h3><a href='https://github.com/Mercury13/unicodia/releases'>Download here (sorry, right now Russian only)</a></h3>
Expand All @@ -29,7 +26,7 @@
<tr>
<td><h2>Что такое Юникодия?</h2>
<p>Это программа, заменяющая Таблицу символов Windows.
<ul><li>Под Windows 10&nbsp;— <b>все</b> символы Юникода 12, и большинство из Юникода 13/14, включая базовую плоскость и односимвольные эмодзи.
<ul><li>Под Windows 10&nbsp;— <b>все</b> символы Юникода 13, и большинство из Юникода 14, включая базовую плоскость, ККЯ и односимвольные эмодзи.
<li>Под Windows 7&nbsp;— <b>все</b> символы базовой плоскости, плюс финикийский, арамейский и брахми, как особо важные письменности.
<li>Видно, есть ли символ в вашей системе, и если да&nbsp;— то какой шрифт.
<li>Простейший поиск.
Expand All @@ -40,7 +37,7 @@
</ul>
<td><h2>What is Unicodia?</h2>
<p>This is a replacement for Windows Character Map.
<ul><li>In Windows 10&nbsp;— <b>all</b> characters of Unicode 12, and most of Unicode 13/14, including Base Multilingual Plane and single-character emoji.
<ul><li>In Windows 10&nbsp;— <b>all</b> characters of Unicode 13, and most of Unicode 14, including Base Multilingual Plane, CJK and single-character emoji.
<li>In Windows 7&nbsp;— <b>all</b> characters of Base Multilingual Plane, plus Phoenician, Aramaic and Brahmi, as scripts of high importance.
<li>Shows if the character is supported in your system, and if so&nbsp;— which font.
<li>Simple search.
Expand All @@ -61,15 +58,15 @@
<p>I am a desktop programmer. And a giant table is just slow on Web. And nobody known what to do with giant CJK fonts that sometimes are even unopenable in font editors.
<tr>
<td><h2>Какие планы на будущее?</h2>
<p>Закрыть мелкие тофу Юникода 14 (выполнено, будет в 1.0).
<p>Перевести на английский.
<p>Утилита для жестового письма Саттон.
<p>Рубрикатор эмодзи, многосимвольные эмодзи, поддержка цветных эмодзи Google.
<p>Возможно, какой-то рубрикатор ККЯ.
<td><h2>What are the plans for future?</h2>
<p>Close small tofu of Unicode 14 (already done, coming in 1.0).
<p>Translate into English.
<p>Sutton SignWriting tool.
<p>Emoji reference, multi-character emoji, Google colour emoji support.
<p>Maybe some CJK reference.
<tr>
<td><h2>Есть аналоги?</h2>
<p>Куча баз Юникода, механически перенесённых в Веб. Настолько унылы, что не буду упоминать ни одной.
Expand Down

0 comments on commit 4647264

Please sign in to comment.