Skip to content

Commit

Permalink
prepare version 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlonemeth committed Apr 2, 2022
1 parent 445a83a commit 05166b1
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2022-04-01: 1.0.10 release:
* hu_Hung.sor: fix regression of transliteration on Windows
- non-BMP characters aren't supported in bracket expressions in regex of MS Visual C++,
resulting missing transliteration on Windows. Replaced by branches separated by |.

2022-04-01: 1.0.9 release:
* hu_Hung.sor: fix regression of transliteration of punctuation marks

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```
Language-neutral NUMBERTEXT and MONEYTEXT functions for LibreOffice Calc
version 1.0.9 (2022-04-01)
version 1.0.10 (2022-04-02)
Numbertext LibreOffice extension,
Soros programming language specification (draft) and IDE*,
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.9
1.0.10
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
m4_define([numbertext_version_major],[1])
m4_define([numbertext_version_minor],[0])
m4_define([numbertext_version_micro],[9])
m4_define([numbertext_version_micro],[10])
m4_define([numbertext_version],[numbertext_version_major.numbertext_version_minor.numbertext_version_micro])

AC_PREREQ([2.68])
Expand Down
2 changes: 1 addition & 1 deletion data/hu_Hung.sor
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"^(Áp​?ri​?l|Champs-Él|[cC]i​?t|Do​?lák-Sa​?l|[dfhjDFHJ]ol​?l|Él|Fesz​?t|[gG]rizz​?l|Ha​?rasz​?t|Hat​?va​?n|Husz​?t|[iI]n​?ter​?ci​?t|Jé​?ke​?l|Kis​?fa​?lu​?d|Ku​?ko​?r​?el​?l|Mo​?ho​?l|Mind​?szen​?t|Nosz​?t|[pP]en​n|Pes​?t|Re​?gu​?l|So​?n|Szi​?l|Szte​?va​?no​?vi​?t|Vö​?rös​?mar​?t|[zZ][lł]ot)y(.*) 0$" $1𐳐$2
"^(ÁP​?RI​?L|CHAMPS-ÉL|CI​?T|DO​?LÁK-SA​?L|[DFHJ]OL​?L|ÉL|FESZ​?T|GRIZZ​?L|HA​?RASZ​?T|HAT​?VA​?N|HUSZ​?T|IN​?TER​?CI​?T|JÉ​?KE​?L|KIS​FA​LU​?D|KU​?KO​?R​?EL​?L|MIND​?SZEN​?T|MO​?HO​?L|NOSZ​?T|PEN​?N|PES​?T|RE​?GU​?L|SO​?N|SZI​?L|SZTE​?VA​?NO​?VI​?T|VÖ​?RÖS​?MAR​?T|Z[LŁ]OT)Y(.*) 0$" $1𐲐$2
# punctuation with transliterated letters
"^([-𐲀-𐳿0-9​–,„”\?\;‟⁏⸮⹁⹂]*[,„”\?\;]) 0$" $1
"^((𐲀|𐲁|𐲂|𐲄|𐲆|𐲇|𐲉|𐲊|𐲋|𐲌|𐲍|𐲎|𐲏|𐲐|𐲑|𐲒|𐲓|𐲖|𐲗|𐲘|𐲙|𐲚|𐲛|𐲜|𐲞|𐲟|𐲠|𐲢|𐲤|𐲥|𐲦|𐲨|𐲪|𐲫|𐲬|𐲭|𐲮|𐲯|𐲰|𐳀|𐳁|𐳂|𐳄|𐳆|𐳇|𐳉|𐳊|𐳋|𐳌|𐳍|𐳎|𐳏|𐳐|𐳑|𐳒|𐳓|𐳖|𐳗|𐳘|𐳙|𐳚|𐳛|𐳜|𐳞|𐳟|𐳠|𐳢|𐳤|𐳥|𐳦|𐳨|𐳪|𐳫|𐳬|𐳭|𐳮|𐳯|𐳰|𐳺|𐳻|𐳼|𐳽|𐳾|𐳿|[-0-9​–,„”.!\?\;‟⹂⹁⁏⸮])*[,„”\?\;]) 0$" $1
# if the original word contains an unknown character, return without modification
"^(.*[^-0-9qwertzuiopasdfghjklyxcvbnmQWERTZUIOPASDFGHJKLYXCVBNMáäéëíóöőúüűÁÄÉËÍÓÖŐÚÜŰ​–,„”\?\;].*) 0$" \1
# words with y
Expand Down
4 changes: 2 additions & 2 deletions java/Manifest.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Main-Class: org.numbertext.Numbertext
Implementation-Version: 1.0.9
Implementation-Date: 2022-04-01
Implementation-Version: 1.0.10
Implementation-Date: 2022-04-02
10 changes: 5 additions & 5 deletions web/index.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -117,27 +117,27 @@
<div class="col-md-3 col-sm-6">
<div class="service"> <i class="fa fa-table"></i>
<h3>LibreOffice</h3>
<p>Extension with NUMBERTEXT and MONEYTEXT spreadsheet functions: <a href="https://extensions.libreoffice.org/extensions/numbertext-1/1-0.9/@@download/file/numbertext-1.0.9.oxt">numbertext-1.0.9.oxt</a>
(<a href="https://extensions.libreoffice.org/extensions/numbertext-1/1-0.9">description</a>)</p>
<p>Extension with NUMBERTEXT and MONEYTEXT spreadsheet functions: <a href="https://extensions.libreoffice.org/extensions/numbertext-1/1-0.10/@@download/file/numbertext-1.0.10.oxt">numbertext-1.0.10.oxt</a>
(<a href="https://extensions.libreoffice.org/extensions/numbertext-1/1-0.10">description</a>)</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service"> <i class="fa fa-cogs"></i>
<h3>C++</h3>
<p>Source distribution (1.0.9): <a href="https://github.com/Numbertext/libnumbertext/releases/download/1.0.9/libnumbertext-1.0.9.tar.xz">libnumbertext-1.0.9.tar.xz</a> (<a href="https://github.com/Numbertext/libnumbertext/releases/tag/1.0.9">installation</a>)</p>
<p>Source distribution (1.0.10): <a href="https://github.com/Numbertext/libnumbertext/releases/download/1.0.10/libnumbertext-1.0.10.tar.xz">libnumbertext-1.0.10.tar.xz</a> (<a href="https://github.com/Numbertext/libnumbertext/releases/tag/1.0.10">installation</a>)</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service"> <i class="fa fa-coffee"></i>
<h3>Java</h3>
<p>JAR package: <a href="https://github.com/Numbertext/libnumbertext/releases/download/1.0.9/numbertext.jar">numbertext.jar</a> (1.0.9).
<p>JAR package: <a href="https://github.com/Numbertext/libnumbertext/releases/download/1.0.10/numbertext.jar">numbertext.jar</a> (1.0.10).
Usage: java -jar numbertext.jar</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service"><i class="fa fa-pencil"></i>
<h3>Python & JavaScript</h3>
<p>Interpreters: <a href="https://github.com/Numbertext/libnumbertext/blob/master/src/Soros.py">Soros.py</a> and <a href="https://github.com/Numbertext/libnumbertext/blob/master/src/Soros.js">Soros.js</a>. For usage, see source distribution (<a href="https://github.com/Numbertext/libnumbertext/archive/1.0.9.zip">zip</a> or <a href="https://github.com/Numbertext/libnumbertext/archive/1.0.9.tar.gz">tar.gz</a>).</p>
<p>Interpreters: <a href="https://github.com/Numbertext/libnumbertext/blob/master/src/Soros.py">Soros.py</a> and <a href="https://github.com/Numbertext/libnumbertext/blob/master/src/Soros.js">Soros.js</a>. For usage, see source distribution (<a href="https://github.com/Numbertext/libnumbertext/archive/1.0.10.zip">zip</a> or <a href="https://github.com/Numbertext/libnumbertext/archive/1.0.10.tar.gz">tar.gz</a>).</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 05166b1

Please sign in to comment.