I am using the TinyMCE editor and the paste from word function.
My problem is that when I have spaces, tinyMCE transform them in   and I would like to keep the normal space.
Is there a filtering function or something similar which can be used in tinyMCe.init which will do that?
Thank you.
I have found a soultion, I am not sure that’s the proper one, but it works. In the tinyMCE.init, I added:
Here is the entire tinyMCE init:
ENJOY…