V
V
Viktor2015-12-21 17:43:31
PHP
Viktor, 2015-12-21 17:43:31

Why doesn't PHP support unicode?

Once I read somewhere a coder complained that PHP did not support unicode.
And this stuck in my mind. I didn’t catch up with what he was talking about, and then I somehow
forgot, and now somewhere again I came across a post that PHP began to
support Unicode. So what does that even mean?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
OnYourLips, 2015-12-21
@OnYourLips

Standard PHP functions treat strings as if they were single-byte strings.
Therefore, you do not need to use such functions.
There are mb_* functions and libraries for working with strings.

A
Alexander Litvinenko, 2015-12-21
@edli007

When did php support unicode?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question