Skip to content

Commit

Permalink
Issue #3050: remove the method GetRecommendedCharset()
Browse files Browse the repository at this point in the history
as it was unused and already deprecated.
  • Loading branch information
bschmalhofer committed Feb 26, 2024
1 parent efeec0c commit 1ecd8e9
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions Kernel/Language.pm
Original file line number Diff line number Diff line change
Expand Up @@ -387,23 +387,6 @@ sub FormatTimeString {

}

=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

sub GetRecommendedCharset {
my $Self = shift;

return 'utf-8';
}

=head2 GetPossibleCharsets()
Returns an array of possible charsets (based on translation file).
Expand Down

0 comments on commit 1ecd8e9

Please sign in to comment.