Pre-release - ExeOutput for PHP 2025 - A Major Update is on the Horizon

Status
Not open for further replies.
Try it like this if you have not (copy/paste):

Code:
<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>UTF-8 Test</title>
</head>
<body>
Test
</body>
</html>

Leave out the php include.

I am not positive, but if above works for you, then this may be the issue:
Code:
The only non-ASCII characters are the four Cyrillic letters in the word “Тест”:

• Т = 0xD0 0xA2
• е = 0xD0 0xB5
• с = 0xD1 0x81
• т = 0xD1 0x82

Notice the difference:

Тест
Test
Tect

If your tests do not work out, maybe get @gdgsupport back on this.
 
Code removed. BTW have you tested removing UTF-8 from the PHP.INI ?
Tested your code and could not reproduce the issue...
 
Status
Not open for further replies.
Back
Top