<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib/test/unicode_util_SUITE_data, branch maint</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update to Unicode-11</title>
<updated>2018-09-28T13:41:21+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-09-28T07:16:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=87026074ece430de220533a9d0f46188f380a00e'/>
<id>87026074ece430de220533a9d0f46188f380a00e</id>
<content type='text'>
Update input files for the code-generator and tests.
Added emoji-data.txt for new rule with how to handle emoji.

Unicode have simpliefied the rules for emoji grapheme-clusters:
From:
 GB10 (E_Base | EBG) Extend* × E_Modifier
 GB11 ZWJ × (Glue_After_Zwj | EBG)
To:
 GB11 \p{Extended_Pictographic} Extend* ZWJ × \p{Extended_Pictographic}

Update the code generator to handle the new way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update input files for the code-generator and tests.
Added emoji-data.txt for new rule with how to handle emoji.

Unicode have simpliefied the rules for emoji grapheme-clusters:
From:
 GB10 (E_Base | EBG) Extend* × E_Modifier
 GB11 ZWJ × (Glue_After_Zwj | EBG)
To:
 GB11 \p{Extended_Pictographic} Extend* ZWJ × \p{Extended_Pictographic}

Update the code generator to handle the new way.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to Unicode 10</title>
<updated>2017-07-03T21:02:42+00:00</updated>
<author>
<name>José Valim</name>
<email>jose.valim@plataformatec.com.br</email>
</author>
<published>2017-07-03T21:01:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d0bf784c5c4430b408f2e79ca382271536539cc7'/>
<id>d0bf784c5c4430b408f2e79ca382271536539cc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unicode_util</title>
<updated>2017-04-24T10:16:50+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-01-09T12:54:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6d5b392670a427914ad0413e4abbb89dac15ab0a'/>
<id>6d5b392670a427914ad0413e4abbb89dac15ab0a</id>
<content type='text'>
A base for unicode functions, not intended to be a user api.

Whitespace returns a reasonable subset of non nobreak whitespace
characters.

Implementation notes:

Make function clauses instead of using arrays and store tuples instead
of maps to save space.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A base for unicode functions, not intended to be a user api.

Whitespace returns a reasonable subset of non nobreak whitespace
characters.

Implementation notes:

Make function clauses instead of using arrays and store tuples instead
of maps to save space.
</pre>
</div>
</content>
</entry>
</feed>
