conradh1 / PerlHacks

Just Random Perl Examples
1 stars 2 forks source link

s/charset: utf8/charset: utf-8/ #1

Open dolmen opened 9 years ago

dolmen commented 9 years ago

The canonical name for the UTF-8 encoding is "UTF-8", not "UTF8". Here is one of the lines that have the issue:

$soap->set_content_type('application/xml; charset: utf8');
conradh1 commented 9 years ago

Got it thanks.