We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is in Kernel/Config/Defaults.pm.
# DEPRECATED. Compatibilty setting for older 3.0 code. # Internal charset must always be utf-8. $Self->{DefaultCharset} = 'utf-8';
Deprecated since OTRS 4. Let's finally remove it.
The text was updated successfully, but these errors were encountered:
Issue #2316: Eliminate $Self->{DefaultCharset}
f183b87
That setting was deprecated since OTRS 4
Merge pull request #2318 from RotherOSS/issue-#2316-default_charset
d1fd27a
PR is merged, assuming that there are no repercussions. Closing this issue.
Sorry, something went wrong.
bschmalhofer
No branches or pull requests
This is in Kernel/Config/Defaults.pm.
Deprecated since OTRS 4. Let's finally remove it.
The text was updated successfully, but these errors were encountered: