<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/unidecode.git/unidecode/x005.py, branch unidecode-1.3.5</title>
<subtitle>www.tablix.org: ~avian/git/unidecode.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/'/>
<entry>
<title>Improve Hebrew conversion</title>
<updated>2021-08-31T17:42:16+00:00</updated>
<author>
<name>Alon Bar-Lev</name>
<email>alon.barlev@gmail.com</email>
</author>
<published>2021-08-04T16:47:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=b27d0291e50dc78bf5425da6567d22c983e4ea25'/>
<id>b27d0291e50dc78bf5425da6567d22c983e4ea25</id>
<content type='text'>
Cleanup special rearly used characters.

Regular characters closer to formal document[1].

[1] https://hebrew-academy.org.il/wp-content/uploads/taatik-ivrit-latinit-1-1.pdf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cleanup special rearly used characters.

Regular characters closer to formal document[1].

[1] https://hebrew-academy.org.il/wp-content/uploads/taatik-ivrit-latinit-1-1.pdf
</pre>
</div>
</content>
</entry>
<entry>
<title>Mass replace '[?]' -&gt; None</title>
<updated>2020-12-20T11:17:11+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2020-12-20T11:07:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=35736d98b3faaed195c710928a01d16873340e63'/>
<id>35736d98b3faaed195c710928a01d16873340e63</id>
<content type='text'>
To make use of the new 'errors' argument.

It seems '[?]' was used in the original Perl tables for unassigned codepoints.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To make use of the new 'errors' argument.

It seems '[?]' was used in the original Perl tables for unassigned codepoints.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve Hebrew conversion</title>
<updated>2018-03-10T00:20:20+00:00</updated>
<author>
<name>Alon Bar-Lev</name>
<email>alon.barlev@gmail.com</email>
</author>
<published>2018-03-09T23:41:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=81f938d9419f4b651a089a0d809bd1a0566b1329'/>
<id>81f938d9419f4b651a089a0d809bd1a0566b1329</id>
<content type='text'>
Convert double letter translation to capital letter as very hard to understand
what the translation is because of duplicate, for example:

   kh - is it k and h or kh?
   tskh - is it t,s,kh or ts,k,h or ts,kh, etc...

0xa2
    Hebrew bible puncheation mark, should be ignored.

0xc6
    Opposite Nun, same as 'n'.

0xba
    Hulam Haser, vawel as 'o'.

0xbf
    Makaf Raphe, same as Makaf (0xbe).

0xc5
    Hebrew bible puncheation mark, should be ignored.

0xc7
    Makaf katan, vowel as 'o'.

0xd0
    Aleph, sounds as AHA must exist to make string readbale.
    Distinguish from '`' use capital A to distinguish from 'a' vowel.

0xf5
    Splitted Vave, same as 'v'.

0xf6
    Opposite Nun, same as 'n'.

0xf7
    Small Kuf, same as 'q'.

Signed-off-by: Alon Bar-Lev &lt;alon.barlev@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convert double letter translation to capital letter as very hard to understand
what the translation is because of duplicate, for example:

   kh - is it k and h or kh?
   tskh - is it t,s,kh or ts,k,h or ts,kh, etc...

0xa2
    Hebrew bible puncheation mark, should be ignored.

0xc6
    Opposite Nun, same as 'n'.

0xba
    Hulam Haser, vawel as 'o'.

0xbf
    Makaf Raphe, same as Makaf (0xbe).

0xc5
    Hebrew bible puncheation mark, should be ignored.

0xc7
    Makaf katan, vowel as 'o'.

0xd0
    Aleph, sounds as AHA must exist to make string readbale.
    Distinguish from '`' use capital A to distinguish from 'a' vowel.

0xf5
    Splitted Vave, same as 'v'.

0xf6
    Opposite Nun, same as 'n'.

0xf7
    Small Kuf, same as 'q'.

Signed-off-by: Alon Bar-Lev &lt;alon.barlev@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>U+05be is a hyphen</title>
<updated>2017-06-23T08:30:21+00:00</updated>
<author>
<name>Micha Moskovic</name>
<email>michamos@gmail.com</email>
</author>
<published>2017-06-23T08:30:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=2d2fa8ec9420088630152aaedceb11524a5a2c4b'/>
<id>2d2fa8ec9420088630152aaedceb11524a5a2c4b</id>
<content type='text'>
U+05be is the Hebrew Maqaf character, which is equivalent to a hyphen, as explained in https://en.wikipedia.org/wiki/Hebrew_punctuation#Hyphen_and_maqaf.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
U+05be is the Hebrew Maqaf character, which is equivalent to a hyphen, as explained in https://en.wikipedia.org/wiki/Hebrew_punctuation#Hyphen_and_maqaf.</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing several punctuation characters.</title>
<updated>2013-04-17T08:14:01+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2013-04-17T08:14:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=1d6f33251eb84c7207ef59dc6e01d3cdaa992b2b'/>
<id>1d6f33251eb84c7207ef59dc6e01d3cdaa992b2b</id>
<content type='text'>
According to: http://lexsrv3.nlm.nih.gov/LexSysGroup/Projects/lvg/current/docs/designDoc/UDF/unicode/DefaultTables/symbolTable.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to: http://lexsrv3.nlm.nih.gov/LexSysGroup/Projects/lvg/current/docs/designDoc/UDF/unicode/DefaultTables/symbolTable.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for characters beyond BMP and below PUA</title>
<updated>2010-10-12T17:12:30+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2010-10-12T17:12:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/unidecode.git/commit/?id=5f1a7a98bbdae79dd1e7de2fd577a3feced0169f'/>
<id>5f1a7a98bbdae79dd1e7de2fd577a3feced0169f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
