Quote:
Originally Posted by orwell2k
usually when I have encountered problems in the past it has been things like the ampersand (&) issue - usually displays as the code " amp;" rather than &. When I create my FB2, I then open it in a text editor and do a 2-step find/replace, as follows:
(1) Find " amp; " (without quotes, of course) / Replace with " & "
(2) Find " amp;" / Replace with "&"
(1) first fixes things like "Smith & Co." where the & needs a space each side. (2) fixes the remaining instances of things like "R&R" (where no space is needed around the &).
|
Beware of doing a
replace all on (2) above (I think the description means it should read -
(2) Find "amp;" / Replace with "&" (i.e. no leading space) if it is to catch "R&R")
Consider what would happen to the following :
"They arrived at the camp; set up their tent ...."
BobC