I would just write a function that would do the following:
:%s/\>/>/g
:%s/\</</g
...
Then you can run it at any time.
Dave
For the general case (as with ' in the example) you would nead a
dictionary of all symbolic entity-names, and a function to translate
entities on the base of that plus Unicode codepoint numbers in decimal
Ӓ and hex ꯍ -- and that wouldn't be as simple.
Best regards,
Tony.
--
The software said it requires Windows 95 or better, so I installed Linux.