0

Soft hyphen (­) does not work in IE8.
I am using it to break a long words in div to multiple lines.
It works in IE7, IE9 and other browsers, any remedy for that?

try jsFiddle.net example:

http://jsfiddle.net/puv75/

MaxRecursion
  • 4,773
  • 12
  • 42
  • 76

1 Answers1

1

Luckily, it seems that this is a bug in the way IE 9 simulates IE 8, rather than in real IE 8. See http://code.google.com/p/hyphenator/issues/detail?id=153

Jukka K. Korpela
  • 195,524
  • 37
  • 270
  • 390