in reply to use encoding affects pack()

try to switch to use utf8
encoding.pm can influence other modules and break their code, for example the code of Image::Size which is loaded by AutoLoader (see use encoding 'utf8' and AutoLoader for an example)