Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Gizmo, you may try changing your language encoding to UTF-8 in the language file. Making this change allowed me to PM users with those types of characters. Not sure of another fix yet, but still testing.
Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#180975 - 03/19/0705:07 PMRe: Error PM'ing a user with "special characters" in their name.
[Re: Rick]
Registered: 06/05/06
Posts: 14903
Loc: Portland, OR; USA
Lol now the users username shows up as blocks with qquestionmarks and theres no way to update their display name (as the controlpaneldoesn't use the UTF-8 setting
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Blah, ok. So the name is probably encoded in the db with another format. I really need to bite the bullet in an upcoming release and just switch everything to UTF8 and then have the upgrader convert the old content as well. Maybe convert all of the time formats to UTC at the same time. Just don't want to have to put out such a major upgrade just yet
Will see if I can find some other fix for this now.
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
I'm talking about the base timestamp. They will still be stored in unix epoch, but right now they are stored with the adjustment of the server time offset. So, that leads to varying time problems like the one just noted when we switched to daylight savings time
Registered: 06/05/06
Posts: 14903
Loc: Portland, OR; USA
Ahhh, so long as they're stored in unix time I can live with any change... lol...
On all of my scripts I use set-env to set the default timezone to GMT then do the time procesing live; for offsets as well, and daylight savings time, just all the if/else can get kida bulky lol
Registered: 06/05/06
Posts: 14903
Loc: Portland, OR; USA
Originally Posted By: Zarzal
This seems to be unfixed in 7.1.1, right?
the fix is the UTF-8 characterset, which renders extended characters as odd characters without converting; so it will remain unfixed until Rick can find a way to convert previous posts in the database at once.