Test request - Thank you
Posted by: Otomatic (Moderator)
Date: February 28, 2022 03:35PM

Hi,

Some strings returned by PHP functions or classes are systematically encoded in UTF-8.
In order to display them correctly in Wampmanager menus, they must be transcoded (inconv) in the character set used by Windows. To do this, you need to know the Windows Charset of the Windows running Wampserver.

Could you check if the PHP code below returns the correct Windows charset?
$Windows_Charset = 'Windows-'.trim(strstr(setlocale(LC_CTYPE,''),'.'),'.');

This would be much easier than the "real labyrinth" with Powershell that I currently use.

Thank you very much.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: Test request - Thank you
Posted by: RiggsFolly (Moderator)
Date: February 28, 2022 07:44PM

Windows 10 UK version, Build 19041.vb_release.191206-1406

returns
Windows-1252

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: Test request - Thank you
Posted by: theking2 (---.dyn.cable.fcom.ch)
Date: March 02, 2022 12:33PM

"Windows-1252"

on Windows 11 Pro N 22000.493,

But when switching-on "Beta: Unicode UTF-8 for international languages it becomes

"Windows-utf8"



Edited 1 time(s). Last edit at 03/10/2022 03:57PM by theking2.

Options: ReplyQuote


Sorry, only registered users may post in this forum.