~ubuntu-branches/ubuntu/oneiric/libuninum/oneiric

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Bartosz Fenski
  • Date: 2007-10-11 11:51:01 UTC
  • Revision ID: james.westby@ubuntu.com-20071011115101-lthr3ez79qz2put5
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Fix Ethiopic.
 
2
Add morse code.
 
3
String generation: storage (including space or other separator) is (6 * (log10(k) + 1)) -1 
 
4
 
 
5
0       -----
 
6
1       .----
 
7
2       ..---
 
8
3       ...--
 
9
4       ....-
 
10
5       .....
 
11
6       -....
 
12
7       --...
 
13
8       ---..
 
14
9       ----.
 
15
 
 
16
Need a space between digits.
 
17
 
 
18
stringtoint:
 
19
 
 
20
split on space
 
21
In C need decision table
 
22
 
 
23
1       .----
 
24
2       ..---
 
25
3       ...--
 
26
4       ....-
 
27
5       .....
 
28
6       -....
 
29
7       --...
 
30
8       ---..
 
31
9       ----.
 
32
0       -----
 
33
 
 
34
 
 
35
 
 
36
 
 
37
 
 
38
 
 
39
 
 
40
 
 
41
             
 
42