summaryrefslogtreecommitdiff
path: root/share/examples
diff options
context:
space:
mode:
authorJesus R. Camou <jcamou@FreeBSD.org>2005-03-31 23:11:32 +0000
committerJesus R. Camou <jcamou@FreeBSD.org>2005-03-31 23:11:32 +0000
commit445be8d976d1b50a6e90e959ace4f5358c66e42b (patch)
treed10eed4d687d18e2b895f946b48cdebb0042917c /share/examples
parentb65f66dfd48537295206a283fe3653737533fbc1 (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-xshare/examples/vim/sgml2accents.pl2
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/&uuml;/�/g;
s/&yacute;/�/g;
s/&thorn;/�/g;
s/&yuml;/�/g;
+s/&iexcl;/�/g;
+s/&iquest;/�/g;
print;
}