|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-04-09 18:46 UTC] jimw@php.net
[2002-06-04 04:38 UTC] tal@php.net
[2002-06-08 12:44 UTC] tal@php.net
[2002-06-18 06:26 UTC] derick@php.net
[2002-09-26 12:43 UTC] tal@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 20:00:01 2025 UTC |
Hi, I have some problem using hebrevc() with mixed sentense of hebrew & english. Text example from textarea (right-to-left): <english-2><hebrew-1> <hebrew-3> The text result: <hebrew-1><english-2> <hebrew-3> How can I solve this switching problem? Regards, Barak Shimoni.