79141789

Date: 2024-10-30 15:35:48
Score: 3.5
Natty:
Report link

Looks like I just found the solution by stumbling onto this function: https://www.php.net/manual/en/uconverter.transcode.php

mb_convert_encoding did not work for me, but this did:

$line = UConverter::transcode($line, 'UTF-8', 'UTF-16BE');

Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Bill Henderson