PITS /
00450: author cookie is not saved with UTF-8 enabled
Summary: author cookie is not saved with UTF-8 enabled
Created: 2005-06-10 07:10
Status: Closed - fixed for 2.0.6
Category: Bug
From: Schlaefer
Assigned:
Priority: 53
Version: 2.0beta31
OS:
Description: The Cookie is not set when xlpage-utf-8.php is included. I suppose that
SDV($AuthorCookieExpires,$Now+60*60*24*30); SDV($AuthorCookieDir,'/');
have to be set first/is missing?
Actually there were lots of problems with the author handling code. Now fixed for 2.0.6, by making author.php able to handle UTF-8 characters directly. --Pm