Add two more characters used in other languages.
PR: docs/72434 Submitted by: carvay Approved by: trhodes (mentor)
This commit is contained in:
parent
bac2a185c2
commit
b65f66dfd4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24203
1 changed files with 2 additions and 0 deletions
|
@ -68,5 +68,7 @@ s/
|
||||||
s/ý/ý/g;
|
s/ý/ý/g;
|
||||||
s/þ/þ/g;
|
s/þ/þ/g;
|
||||||
s/ÿ/ÿ/g;
|
s/ÿ/ÿ/g;
|
||||||
|
s/¡/¡/g;
|
||||||
|
s/¿/¿/g;
|
||||||
print;
|
print;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue