UTF-8 breaks the module when using LWP, file uploads and UTF-8 characters
Closed this issue · 0 comments
Robertof commented
Example:
$api->sendPhoto ({
photo => { file => '...' },
caption => 'Привет'
})
This crashes the module due to an encoding and LWP related error.