-
Notifications
You must be signed in to change notification settings - Fork 823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Toast message has problems with umlauts #11089
Comments
I'm also a bit confused why the link creation is a direct call to htmlspecialchars instead of using the Convert class. It seems to be that either we use the Convert class or we don't, but mixing the two approaches is really odd. silverstripe-framework/src/Forms/GridField/GridFieldDetailForm_ItemRequest.php Lines 552 to 576 in c003dfd
|
Closing in favour of silverstripe/silverstripe-admin#1639 which has more information in it (and is against the correct repo) |
Affected Version
5.1.0
Description
Toast-Message cannot display umlauts like "äöüÄÖÜß" correctly. See screenshot.
Affected location
GridFieldDetailForm_ItemRequest.php Line 543.
my temporary solution:
'type' => mb_convert_encoding($this->record->i18n_singular_name(), 'ISO-8859-1'),
Steps to Reproduce
Add title to data object and save.
PRs
The text was updated successfully, but these errors were encountered: