Skip to content
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

Remove deprecated method Kernel::Language::GetRecommendedCharset and the attribute ReturnCharset #3050

Closed
bschmalhofer opened this issue Feb 25, 2024 · 1 comment

Comments

@bschmalhofer
Copy link
Contributor

The POD says:

=head2 GetRecommendedCharset()

DEPRECATED. Don't use this function any more, 'utf-8' is always the internal charset.

Returns the recommended charset for frontend (based on translation
file or utf-8).

    my $Charset = $LanguageObject->GetRecommendedCharset().

=cut

The method is only used to set the attribute ReturnCharset. This attribute seems to be unused and can be removed as well.

bschmalhofer added a commit that referenced this issue Feb 26, 2024
bschmalhofer added a commit that referenced this issue Feb 26, 2024
bschmalhofer added a commit that referenced this issue Feb 26, 2024
as it was unused and already deprecated.
bschmalhofer added a commit that referenced this issue Feb 26, 2024
bschmalhofer added a commit that referenced this issue Feb 26, 2024
bschmalhofer added a commit that referenced this issue Feb 26, 2024
as it was unused and already deprecated.
bschmalhofer added a commit that referenced this issue Feb 26, 2024
bschmalhofer added a commit that referenced this issue Feb 26, 2024
bschmalhofer added a commit that referenced this issue Feb 26, 2024
as it was unused and already deprecated.
@bschmalhofer
Copy link
Contributor Author

Done, skipping tests, closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant