File: non-latin

package info (click to toggle)
perl 5.40.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 126,152 kB
  • sloc: ansic: 668,539; perl: 525,522; sh: 72,038; pascal: 6,925; xml: 2,428; yacc: 1,410; makefile: 1,191; cpp: 208; lisp: 1
file content (30 lines) | stat: -rw-r--r-- 828 bytes parent folder | download | duplicates (2)
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
[name]
E<> escapes outside of ISO 8859-1 range

[input]
=head1 BACKGROUND

Taken from an older version of ack (see podlators bug #102631), this was
seen in an input file with no =encoding and characers outside of the ISO
8859-1 range.

=head1 ACKNOWLEDGEMENTS

...
SE<eacute>bastien FeugE<egrave>re,
RaE<uacute>l GundE<iacute>n,
RaE<aacute>l GundE<aacute>n,
GE<aacute>bor SzabE<oacute>,
E<AElig>var ArnfjE<ouml>rE<eth> Bjarmason,
Ask BjE<oslash>rn Hansen,
Slaven ReziE<0x107>,

[output]
BACKGROUND
    Taken from an older version of ack (see podlators bug #102631), this was
    seen in an input file with no =encoding and characers outside of the ISO
    8859-1 range.

ACKNOWLEDGEMENTS
    ... Sébastien Feugère, Raúl Gundín, Raál Gundán, Gábor Szabó, Ævar
    Arnfjörð Bjarmason, Ask Bjørn Hansen, Slaven Rezić,