diff options
author | Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> | 2013-02-19 06:44:33 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-19 06:44:33 -0800 |
commit | 847935e6ef49a4d42162a3b44b025ef27f0ce8d2 (patch) | |
tree | 0b182396f8cf3667e01f00b4c60d98d07a2a0660 /README | |
parent | 901cdbc5363fc02eb9d40a9583ffa533dd13cfd1 (diff) | |
download | subsurface-847935e6ef49a4d42162a3b44b025ef27f0ce8d2.tar.gz |
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>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 to track dive locations including GPS coordinates and offers a convenient map interface to enter these locations directly in the -program. It calculates a wide variety of statistics of the user’s +program. It calculates a wide variety of statistics of the user's diving and calculates and tracks information like the user's SAC rate, partial pressures of O2, N2 and He, calculated deco information, and many more. @@ -78,7 +78,7 @@ Just edit the makefile directly. 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 that (plus the .nsi file to create the installer with makensis) are included in the packaging/Windows directory. |