forked from gobo-eiffel/gobo
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (61 loc) · 2.42 KB
/
index.html
File metadata and controls
85 lines (61 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="ISO-8859-1"?><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Gobo Eiffel String Library</title>
</head>
<body bgcolor="#FFFFFF">
<table border="0" width="100%">
<tr>
<td><font size="6"><strong>Gobo Eiffel String Library</strong></font></td>
<td align="right"><a href="index.html"><img src="image/previous.gif" alt="Previous" border="0" /></a><a href="index.html"><img src="image/next.gif" alt="Next" border="0" /></a></td>
</tr>
</table>
<hr size="1" />
<p>
The <i>Gobo Eiffel String Library</i> gives Eiffel
programmers access to string functionalities.
</p>
<p>
This document is structured as follows:
<blockquote>
<dl>
<dt>
<a href="formatter/index.html">String Formatter</a>
</dt>
<dd>
Formatting functionalities of the Standard C library
<i>sprintf</i>.
</dd>
<dt>
<a href="unicode/index.html">Unicode</a>
</dt>
<dd>
Unicode String Library
</dd>
<dt>
Date and time formatting
</dt>
<dd>
For date and time formatting see class <font color="#008080"><i><tt>ST_DATE_TIME_ROUTINES</tt></i></font>.
</dd>
<dt>
<a href="https://www.gobosoft.com/eiffel/gobo/index.html">Downloading
Instructions</a>
</dt>
<dd>
License agreement and downloading instructions.
</dd>
</dl>
</blockquote>
</p>
<hr size="1" />
<table border="0" width="100%">
<tr>
<td>
<address><font size="2"><b>Copyright © 2001-2005, Eric Bezault</b><br /><b>mailto:</b><a href="mailto:ericb@gobosoft.com">ericb@gobosoft.com</a><br /><b>https://</b><a href="https://www.gobosoft.com">www.gobosoft.com</a><br /><b>Last Updated: </b>7 November 2005</font></address>
</td>
<td align="right" valign="top"><a href="https://www.gobosoft.com"><img src="image/home.gif" alt="Home" border="0" /></a><a href="index.html"><img src="image/toc.gif" alt="Toc" border="0" /></a><a href="index.html"><img src="image/previous.gif" alt="Previous" border="0" /></a><a href="index.html"><img src="image/next.gif" alt="Next" border="0" /></a></td>
</tr>
</table>
</body>
</html>