|
1 | 1 | # Unicode Programming Examples
|
2 | 2 |
|
3 |
| --------------------------------------------------------------------------------- |
4 | 3 | A collection of Unicode-related tasks in multiple programming languages. Feel
|
5 | 4 | free to add or improve examples and new languages.
|
6 | 5 |
|
7 | 6 | ## Contents
|
8 | 7 |
|
9 |
| -### UTF-8 source code |
10 |
| -[Julia](source-code/julia.md), [Perl 5](source-code/perl5.md), [Perl 6](source-code/perl6.md), [Python](source-code/python.md), [Ruby](source-code/ruby.md) |
| 8 | +1. **UTF-8 source code** |
11 | 9 |
|
12 |
| -### Encoded I/O |
13 |
| -[Perl 5](io/perl5.md), [Perl 6](io/perl6.md) |
| 10 | + [Julia](source-code/julia.md), |
| 11 | + [Perl 5](source-code/perl5.md), |
| 12 | + [Perl 6](source-code/perl6.md), |
| 13 | + [Python](source-code/python.md), |
| 14 | + [Ruby](source-code/ruby.md) |
14 | 15 |
|
15 |
| -### Encode and decode |
16 |
| -[Julia](encode-decode/julia.md), [Perl 5](encode-decode/perl5.md), [Perl 6](encode-decode/perl6.md) |
| 16 | +2. **Encoded I/O** |
17 | 17 |
|
18 |
| -### Count encoded bytes |
19 |
| -[Julia](count-bytes/julia.md), [Perl 5](count-bytes/perl5.md), [Perl 6](count-bytes/perl6.md) |
| 18 | + [Perl 5](io/perl5.md), |
| 19 | + [Perl 6](io/perl6.md) |
20 | 20 |
|
21 |
| -### Count characters of a string |
22 |
| -[JavaScript](count-characters/javascript.md), [Julia](count-characters/julia.md), [Perl 5](count-characters/perl5.md), [Perl 6](count-characters/perl6.md), [PHP](count-characters/php.md) |
| 21 | +3. **Encode and decode** |
23 | 22 |
|
24 |
| -### Unicode normalization |
25 |
| -[C♯](normalization/csharp.md), [Go](normalization/go.md), [Java](normalization/java.md), [JavaScript](normalization/javascript.md), [Julia](normalization/julia.md), [Perl 5](normalization/perl5.md), [Perl 6](normalization/perl6.md), [PHP](normalization/php.md), [Python](normalization/python.md), [Ruby](normalization/ruby.md) |
| 23 | + [Julia](encode-decode/julia.md), |
| 24 | + [Perl 5](encode-decode/perl5.md), |
| 25 | + [Perl 6](encode-decode/perl6.md) |
26 | 26 |
|
27 |
| -### Letter casing |
28 |
| -[Go](letter-casing/go.md), [Julia](letter-casing/julia.md), [Perl 5](letter-casing/perl5.md), [Perl 6](letter-casing/perl6.md), [PHP](letter-casing/php.md), [Python](letter-casing/python.md), [Ruby](letter-casing/ruby.md) |
| 27 | +4. **Count encoded bytes** |
29 | 28 |
|
30 |
| -### Sorting with the UCA |
31 |
| -[Perl 5](sorting/perl5.md), [PHP](sorting/php.md), [Python](sorting/python.md), [Ruby](sorting/ruby.md) |
| 29 | + [Julia](count-bytes/julia.md), |
| 30 | + [Perl 5](count-bytes/perl5.md), |
| 31 | + [Perl 6](count-bytes/perl6.md) |
| 32 | + |
| 33 | +5. **Count characters of a string** |
| 34 | + |
| 35 | + [JavaScript](count-characters/javascript.md), |
| 36 | + [Julia](count-characters/julia.md), |
| 37 | + [Perl 5](count-characters/perl5.md), |
| 38 | + [Perl 6](count-characters/perl6.md), |
| 39 | + [PHP](count-characters/php.md) |
| 40 | + |
| 41 | +6. **Unicode normalization** |
| 42 | + |
| 43 | + [C♯](normalization/csharp.md), |
| 44 | + [Go](normalization/go.md), |
| 45 | + [Java](normalization/java.md), |
| 46 | + [JavaScript](normalization/javascript.md), |
| 47 | + [Julia](normalization/julia.md), |
| 48 | + [Perl 5](normalization/perl5.md), |
| 49 | + [Perl 6](normalization/perl6.md), |
| 50 | + [PHP](normalization/php.md), |
| 51 | + [Python](normalization/python.md), |
| 52 | + [Ruby](normalization/ruby.md) |
| 53 | + |
| 54 | +7. **Letter casing** |
| 55 | + |
| 56 | + [Go](letter-casing/go.md), |
| 57 | + [Julia](letter-casing/julia.md), |
| 58 | + [Perl 5](letter-casing/perl5.md), |
| 59 | + [Perl 6](letter-casing/perl6.md), |
| 60 | + [PHP](letter-casing/php.md), |
| 61 | + [Python](letter-casing/python.md), |
| 62 | + [Ruby](letter-casing/ruby.md) |
| 63 | + |
| 64 | +8. **Sorting with the UCA** |
| 65 | + |
| 66 | + [Perl 5](sorting/perl5.md), |
| 67 | + [PHP](sorting/php.md), |
| 68 | + [Python](sorting/python.md), |
| 69 | + [Ruby](sorting/ruby.md) |
32 | 70 |
|
33 | 71 | ## Style guide
|
34 | 72 |
|
|
0 commit comments