|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2017-10-24 23:42 UTC] kalle@php.net
-Status: Open
+Status: Suspended
[2017-10-24 23:42 UTC] kalle@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 04:00:01 2025 UTC |
Description: ------------ Russian KOI8-R and Unicode algorithm doesn't work at Windows version. Package was build by myself in VC++ 2008 express, SDK 6.1 on WinXP SP3 and php 5.2.8. It seems, encoding doesn't correctly detected. I've tested previous versions and already compiled dll's from xampp project - it also doesn't work. FreeBSD 1.5.0 version work's perfectly! Reproduce code: --------------- <?php echo stem("Организация", STEM_RUSSIAN); ?> Expected result: ---------------- The result shood be "Организац" Actual result: -------------- I can't detect rezult's charset.