weird characters replaced by UTF-8

This commit is contained in:
2022-03-31 00:22:05 +01:00
parent 41d957465c
commit 6164db9c11
6 changed files with 27 additions and 20 deletions

View File

@@ -30,20 +30,20 @@ compared to including QMs only in survey drawings in Tunnel or writing a cave
description then putting it on the expo website.
<p>Svx files are a very stable place to store the data long-
term: there is no need to rely on a master file of any kind, which can be problematic if not everyone
term: there is no need to rely on a master file' of any kind, which can be problematic if not everyone
on expo has the same level of computer literacy, and requires just basic text entry to create and update
the data after a trip.
<h3>How its done:</h3>
<h3>How it's done:</h3>
<p>
So, youve got your .svx file started (if entering new data), or located and opened (if updating a
So, you've got your .svx file started (if entering new data), or located and opened (if updating a
previously surveyed bit of cave after checking out some QMs again), and it looks a bit like this (visual
format will change depending on your preferred text editor):
<p>
<img src="wob-svx-edit-pic.jpg" width=900>
<p>
If you dont understand what is in front of you here, then you need to read the <a href="newcave.html#survexformat">survey handbook guide on svx files</a> which will lead you to the survex documentation, or ask
If you don't understand what is in front of you here, then you need to read the <a href="newcave.html#survexformat">survey handbook guide on svx files</a> which will lead you to the survex documentation, or ask
someone about basic entry of survey leg and station data into the .svx file format.
<p>
Near to the end of the text in the file, you will see a section that looks like this:
@@ -107,7 +107,7 @@ If these data are not entered along with the rest of the survey data, it is as i
some of the actual passage data you surveyed: information is being lost and someone will have to
trawl back through all the survey data at a later time to keep it up-to-date, a very tedious task which
is a very inefficient use of time.
<p>Also if the person reading it hasnt been to the bit of cave (which is, like, <em>the whole point</em>, then the data has a higher chance of being incorrect. It is not always easy to interpret Tunnel or Therion
<p>Also if the person reading it hasn't been to the bit of cave (which is, like, <em>the whole point</em>, then the data has a higher chance of being incorrect. It is not always easy to interpret Tunnel or Therion
drawings correctly with this sort of thing.
<h3>Programming note</h3>