AliYousuf / hedgewars

Automatically exported from code.google.com/p/hedgewars
GNU General Public License v2.0
0 stars 0 forks source link

fail UTF-8 encoding for friendslist causes problems on windows/ntfs #189

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use a name with uft-8 chars in it
2. add friends in lobby then quit
3. log in again and see if your friends are still there

What is the expected output? What do you see instead?
friends should still be marked as such, but they are not. the friendslist file 
wasn't created. but it should be and the friends should be hilighted

reported by player winxp, ntfs

Original issue reported on code.google.com by sheepyluva on 15 Feb 2011 at 5:17

GoogleCodeExporter commented 8 years ago
This is related to the bug on team name fail in Windows, I think.
Similar issue of failos + filename characters.

Same solution, presumably, work around faildows by adding character escaping to 
the filename prior to saving, and modifying delete/edit to reference.
With some escaping, at least you get a semi-readable filename.

I think that's a bit tidier than amalgamating them into one file which makes it 
harder to keep track of the teams.

Original comment by kyberneticist@gmail.com on 27 Feb 2011 at 3:29

GoogleCodeExporter commented 8 years ago

Original comment by vittorio...@gmail.com on 8 Mar 2011 at 11:11

GoogleCodeExporter commented 8 years ago

Original comment by sheepyluva on 25 Aug 2011 at 7:16