about summary refs log tree commit diff
path: root/winicon.html
diff options
context:
space:
mode:
Diffstat (limited to 'winicon.html')
-rw-r--r--winicon.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/winicon.html b/winicon.html
index 21f9aa76..64816a11 100644
--- a/winicon.html
+++ b/winicon.html
@@ -17,7 +17,7 @@ resolutions up to 256 by 256 pixels and various bpp values.  The
 images are encoded either as Portable Network Graphics file (PNG), or
 in a format similar to Microsoft's BMP format.
 
-<P>If encoded as BMP, the image includes an &lsquo;AND mask&rsquo;,
+<P>If encoded as BMP, the image includes an "AND mask",
 which contains 1-bit transparency data.  It may also contain
 additional 8-bit transparency data together with the color
 information.
@@ -35,9 +35,9 @@ depth.
 
 <H3 id="masks">XOR Mask and AND Mask</H3>
 
-<p>BMP encoded images contain two pixel maps: The so-called &lsquo;XOR
-mask&rsquo; stores the color information for each pixel, and the
-&lsquo;AND mask&rsquo; stores the transparency belonging to it.
+<p>BMP encoded images contain two pixel maps: The so-called "XOR
+mask" stores the color information for each pixel, and the
+"AND mask" stores the transparency belonging to it.
 
 <P>The names and the function of these maps are most easily
 understood by looking at how a 1-bpp icon image is rendered on a