Conversion UTF8 -> ISO


/ Published in: Perl
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $resume = pack('C*', unpack('U*', $resume));
  2. pour conversion ISO->UTF8 inverser le C et le U

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.