http://bugs.winehq.org/show_bug.cgi?id=6801
--- Comment #20 from Tefnet developers developers@tefnet.pl 2008-04-09 06:30:10 --- (In reply to comment #18)
My hunch about the not-working pages with accented characters is that they need to be transformed to WCHAR properly. The URL strings are WCHAR strings, but they only use the lower 8-bit or whatever at the moment - I think that may need to be fixed.
in fact it's not the problem that they use lower 8bit.. because:
"mk:@MSITStore:Z:\home\adam.asnyk\.wine\drive_c\Program Files\GT2002\gt2002.chm::présentation_du_logiciel.htm"
eacute is accented (french) "e".. so it's ok, but I think it should not be encoded with html entities.