This only happens in the latest events module - correct? i.e. you don't see the 'shy' text in the event detail page etc.
If you copy the file modules/mod_jevents_latest/tmpl/default/latest.php to templates/YOURTEMPLATE/html/mod_jevents_latest/default/latest.php and change lines 1227 and 1231 to remove the call to JEventsHTML::special
so that
JEventsHTML::special($title)
is replaced simply with
$title
if should display your soft hyphen as you'd expect