It seems that the date format field on the Edit Profile page does not support Unicode characters:
It looks like it's escaping the characters in the same way that the forum does and then that's exceeding the length limit for the field, as setting the field to Y年 gives the following:
SAX wrote:
<Asora> "Y年M月D日 H:i" is what i tried, i believe
<LogicalJoe> when I try that it says "Could not update users table"
<LogicalJoe> when I try that it says "Could not update users table"
It looks like it's escaping the characters in the same way that the forum does and then that's exceeding the length limit for the field, as setting the field to Y年 gives the following:
SAX wrote:
<Zeroko> Oh, dear.
<Zeroko> It is treating "Y&24180;" as the date string, so the "a" & "m" get substituted.
<Zeroko> It is treating "Y&24180;" as the date string, so the "a" & "m" get substituted.