Run this, and be confused:
I ended up using the substituting the ONE DOT LEADER and it worked great. I imported my data from an XML file and instead of using string.replace(".","\x2024"); everywhere in my code it was easier to change the import file.
string.replace(".","\x2024");
Before After