Rev 11210 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
32 | reyssat | 1 | !! +exec+ +var+ +string+ |
11210 | bpr | 2 | tit:reaccent |
3 | type:$type_both |
||
4 | syntax:!reaccent `string' |
||
5 | mean:Replace accented letter compositions in `string' by accented letters \ |
||
11282 | bpr | 6 | (replacing <span class="tt">e\'</span> by é, <span class="tt">a\`</span> by à,\ |
11210 | bpr | 7 | <span class="tt">i"</span> by ï, <span class="tt">o^</span> by ô, etc.)\ |
8 | The only exception is that ç and Ç are composed from <span class="tt">c~</span>\ |
||
5921 | bpr | 9 | and <span class="tt">C~</span> respectivement. |