Sim
Well-known member
I've just set up Laravel Herd on Windows, exported my XF 2.3 dev installation from my Linux VM and imported it into Herd.
XenForo is running fine on Herd, but ellipses characters (...) are showing up as question marks (???)
This is particularly noticeable in buttons - for example in the File health check in Admin CP the button says "Proceed..." normally, but on my Herd installation it is showing as "Proceed???"
I thought it might be a character set issue - but I've checked, I exported with
I tried rebuilding master data, but that didn't help.
I note that emojis seem to work fine, in case that's relevant.
Is there something I've missed?
This is my first time running Herd on Windows - indeed the first time I've run anything server-related on Windows. My existing setup uses Ubuntu VMs in Hyper-V as my dev servers.
XenForo is running fine on Herd, but ellipses characters (...) are showing up as question marks (???)
This is particularly noticeable in buttons - for example in the File health check in Admin CP the button says "Proceed..." normally, but on my Herd installation it is showing as "Proceed???"
I thought it might be a character set issue - but I've checked, I exported with
--default-character-set=utf8mb4
, the sql dump says CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci
... and the database in Herd also has the same:
SQL:
CHARACTER SET utf8mb4,
COLLATE utf8mb4_general_ci;
I tried rebuilding master data, but that didn't help.
I note that emojis seem to work fine, in case that's relevant.
Is there something I've missed?
This is my first time running Herd on Windows - indeed the first time I've run anything server-related on Windows. My existing setup uses Ubuntu VMs in Hyper-V as my dev servers.