Remove the collation entry, as the collation will be finished by me soon.

Reviewed by:	murray
Approved by:	dds (mentor)
This commit is contained in:
Konrad Jankowski 2008-11-02 22:48:28 +00:00
parent aac00c7d42
commit c5c0b3d41e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=33153

View file

@ -15,7 +15,7 @@ Ideas//EN"
<ideas>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.88 2008/05/28 19:39:41 ed Exp $
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.89 2008/06/18 06:55:29 ed Exp $
</cvs:keyword>
</cvs:keywords>
@ -1801,37 +1801,6 @@ clean.</p>
</desc>
</idea>
<idea id="multibyte" class="soc">
<title>Multibyte collation support</title>
<desc>
<p><strong>Technical Contact</strong>: <a
href="mailto:dds@FreeBSD.org">Diomidis Spinellis</a></p>
<p>Currently FreeBSD supports only single byte collation. Multibyte
collation support would be nice. This might involve implementing
the Unicode Collation Algorithm (see <a
href="http://unicode.org/reports/tr10/">http://unicode.org/reports/tr10/</a>),
writing a tool to compile the Default Unicode Collation Element
Table (<a
href="http://www.unicode.org/Public/UCA/latest">http://www.unicode.org/Public/UCA/latest</a>)
into an efficient lookup format, and integrating the corresponding
conformance tests (<a
href="http://www.unicode.org/Public/UCA/latest/CollationTest.html">http://www.unicode.org/Public/UCA/latest/CollationTest.html</a>)
into the FreeBSD regression testing framework.</p>
<p><strong>Benefits</strong>:</p>
<ul>
<li>Proper national sorting in UTF-8 and other multibyte locales.</li>
</ul>
<p><strong>Requirements</strong>:</p>
<ul>
<li>Knowledge of C.</li>
<li>Familiarity with locale subsystem and relevant ISO standards.</li>
</ul>
</desc>
</idea>
<idea id="ndmp" class="soc">
<title>NDMP data server</title>