You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PHP code below was saved as "character code: EUC-JP" and executed on the server with "mb_internal_encoding: EUC-JP".
The result is below.
I was hoping that the shift-jis encoding would display "㎡", but in "PHP 8.4.2" it did not work as expected.
I would like to know whether the change in behavior is a specification change or a bug.