Hi,

Currently, PHP strings are binary safe (thus can store any encoding). I
generally think of PHP strings as being an array of bytes vs. a "string"
you are familiar with in other languages. The name is unfortunate in that
regard, but working with them is straightforward (imagine having an actual
array of bytes in PHP and trying to work on them).

Robert Landers
Software Engineer
Utrecht NL


On Mon, Aug 12, 2024 at 11:48 AM <danielha...@gmail.com> wrote:

> After reading Rowan's last message, it feels appropriate to link to this:
>
> "The Absolute Minimum Every Software Developer Must Know About Unicode in
> 2023 (Still No Excuses!)"
>
> https://tonsky.me/blog/unicode/
>
>
>

Reply via email to