Add more information about the multibyte collation project, and add a
stub about implementing the SCPS network protocols as a potential project. Submitted by: dds, xride
This commit is contained in:
parent
7614a32aa3
commit
c60f63c91d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31671
1 changed files with 30 additions and 2 deletions
|
|
@ -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.39 2008/03/14 15:48:46 rwatson Exp $
|
||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.40 2008/03/17 21:55:24 murray Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
|
@ -922,6 +922,21 @@ href="http://info.iet.unipi.it/~luigi/FreeBSD/linux_bsd_kld.html">here</a>.</p>
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea class="soc" id="sctp">
|
||||
<title>SCPS, Space Communication Protocol Standards</title>
|
||||
|
||||
<desc><p><a href="http://www.scps.org">SCPS</a> is a protocol suite
|
||||
designed to allow communication over challenging
|
||||
environments. Originally developed jointly by NASA and
|
||||
DoD's USSPACECOM, these protocols are used for commercial,
|
||||
educational, and military environments. A student project
|
||||
in this area would involve implementing various network
|
||||
protocols according to specification (SCPS File Protocol,
|
||||
similar to FTP; SCPS-Transport Protocol, based on TCP; and
|
||||
others.)</p>
|
||||
|
||||
</desc>
|
||||
</idea>
|
||||
|
||||
</category>
|
||||
|
||||
|
|
@ -1461,8 +1476,21 @@ clean.</p>
|
|||
<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.</p>
|
||||
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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue