The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
UFT-8 as php header - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: UFT-8 as php header (/showthread.php?tid=707)



UFT-8 as php header - c.l.f.wittmann@gmail.com - 08-31-2017

Hi,
I would like to set the character set to UFT-8.
is it valid to simply use
header('Content-Type: text/html; charset=utf-8');
or might this crash some code of userspice?

Thanks in advance,
Chris


UFT-8 as php header - mudmin - 08-31-2017

Give it a whirl. I don't think it will crash anything. If it does, it's easy to fix.



UFT-8 as php header - c.l.f.wittmann@gmail.com - 09-02-2017

I've tested it yesterday and there were no problems. Thanks!