oziresrds / html-to-rtf

Convert html to rtf format in the server
38 stars 44 forks source link

Change order of RTF escapings being performed #42

Open willdalh opened 1 week ago

willdalh commented 1 week ago

Since ' itself is part of all the rtf_escape, it should be replaced first. Before this PR it was done as the third character, meaning that the escapings for ! and " were corrupted.