I have been using Cursor AI for a while and had issues with it using characters that don’t display correctly when served from my server (Win Server 2022), yet are fine from the local side (Windows 10).
Attached example of server vs local
![]()
![]()
I’ve noticed that the Charset setting for Lucee (6.2.7.16) on my local install is UTF-8 in all 3 settings but on the server
Template charset - windows-1252
We carset - UTF-8
Resource - windows-1252
I changed all three on the server to UTF-8 and everything seems fine.
All my sites are always tested on my local environment first, so I’m just matching to local
I am not sure why they would be different, but my concern is, am I missing
something? Is there a gotcha with my name on it?
Thanks