Replaced two utf8 characters with their ascii equivalents.

Char: ' (8217, #o20031, #x2019) point=695 of 8902 (8%) column=63
Char: - (8211, #o20023, #x2013) point=3162 of 8902 (36%) column=36

Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Cristian Ionescu-Idbohrn 2013-02-19 06:44:33 -08:00 committed by Dirk Hohndel
parent 901cdbc536
commit 847935e6ef

4
README
View file

@ -11,7 +11,7 @@ protection used, dive masters and dive buddies and allows the user to
rate dives and provide additional dive notes. Subsurface also allows rate dives and provide additional dive notes. Subsurface also allows
to track dive locations including GPS coordinates and offers a to track dive locations including GPS coordinates and offers a
convenient map interface to enter these locations directly in the convenient map interface to enter these locations directly in the
program. It calculates a wide variety of statistics of the users program. It calculates a wide variety of statistics of the user's
diving and calculates and tracks information like the user's SAC rate, diving and calculates and tracks information like the user's SAC rate,
partial pressures of O2, N2 and He, calculated deco information, and partial pressures of O2, N2 and He, calculated deco information, and
many more. many more.
@ -78,7 +78,7 @@ Just edit the makefile directly.
Building Subsurface under Windows Building Subsurface under Windows
--------------------------------- ---------------------------------
Subsurface builds nicely with MinGW the official builds are done as Subsurface builds nicely with MinGW - the official builds are done as
cross builds under Linux (currently on Fedora 17). A shell script to do cross builds under Linux (currently on Fedora 17). A shell script to do
that (plus the .nsi file to create the installer with makensis) are that (plus the .nsi file to create the installer with makensis) are
included in the packaging/Windows directory. included in the packaging/Windows directory.