Replace some (not all) occurences of `` and '' with <quote> and </quote>.
This commit is contained in:
parent
44a845ce0b
commit
5c3f03274b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2911
4 changed files with 539 additions and 522 deletions
|
@ -166,3 +166,20 @@ for example,
|
|||
|
||||
Synchronising with changes 5 and 6 will involve examining the diffs
|
||||
and changing by hand I'm afraid. It could not be automated.
|
||||
|
||||
7. Start replacing `` and '' with <quote> and </quote>. Don't change
|
||||
things indiscriminately, but look at the context to see if the change is
|
||||
appropriate. There are still many `` and '' occurences which should be
|
||||
changed to some other element.
|
||||
|
||||
This was done using a regexp search/replace, looking for the regexp
|
||||
|
||||
``\([^']\)''
|
||||
|
||||
and replacing with
|
||||
|
||||
<query>\1</query>
|
||||
|
||||
Not all the `` '' pairs were changed, since in some cases they delimit
|
||||
filenames, options and so on.
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue