Using a more extensive default $linkTrail regex was tried in 416c84480 (although I don't know why it used \p{L&} rather than [[:alpha:]] or \p{L}), but this was reverted in 5b97a5bb due to T17035: Link trail uses PHP 5.1 only feature. We could probably try that again (without the apostrophe, see T16655) now that we require a more modern version of PHP with a more modern version of PCRE. It may not work correctly for alphabets other than Latin.
Please have a look at
https://www.wikidata.org/wiki/MediaWiki:Gadget-rightsfilter/hu
where the link has the form [[:hu:Reguláris kifejezés|regex]]alapú
and "ú" is not linked.
This is a multilingual project, so all letters should be included into links, or at least all Hungarian letters. :-)