diff options
| author | Jesus R. Camou <jcamou@FreeBSD.org> | 2005-03-31 23:11:32 +0000 |
|---|---|---|
| committer | Jesus R. Camou <jcamou@FreeBSD.org> | 2005-03-31 23:11:32 +0000 |
| commit | 445be8d976d1b50a6e90e959ace4f5358c66e42b (patch) | |
| tree | d10eed4d687d18e2b895f946b48cdebb0042917c /share/examples | |
| parent | b65f66dfd48537295206a283fe3653737533fbc1 (diff) | |
Add the same two characters to this one as well.
PR: docs/72435
Submitted by: carvay
Approved by: trhodes (mentor)
Notes
svn path=/head/; revision=24204
Diffstat (limited to 'share/examples')
| -rwxr-xr-x | share/examples/vim/sgml2accents.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/examples/vim/sgml2accents.pl b/share/examples/vim/sgml2accents.pl index d08d5209c9..ec7cd835f5 100755 --- a/share/examples/vim/sgml2accents.pl +++ b/share/examples/vim/sgml2accents.pl @@ -68,5 +68,7 @@ s/ü/�/g; s/ý/�/g; s/þ/�/g; s/ÿ/�/g; +s/¡/�/g; +s/¿/�/g; print; } |
