"encoding" has been deprecated, but it's still present in OK

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

Message
Author
Lowermouse
Noob
Noob
Posts: 3
Joined: 29 Mar 2015, 10:59
Noob?: No

"encoding" has been deprecated, but it's still present in OK

#1 Post by Lowermouse »

Use of the encoding pragma is deprecated at /openkore/src/ErrorHandler.pm line 26.
That particular line is
use encoding 'utf8';
. "encoding" officially is not supported anymore on Perl (there used to be a warning, now it just won't work) , but it is found on several files in Openkore, making it unusable.
It should be removed and fixed for the sake of compatibility with newer systems.

Locked