Re: [AD] Windows unicode filename support |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: Re: [AD] Windows unicode filename support
- From: Chris <chris.kcat@xxxxxxxxxx>
- Date: Mon, 8 May 2006 17:15:47 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=sOUv3lJ4Q3MCnzrurNBoKprNp0ckjeQwvHWDN2Vr86+rnbkOM6O64w2jB05i7fOVpCvtAPaQHzXXmZLQ7h5VHNtanJO2XpCeyxR8qWltfgoTPyj1B18iOwWtEgbMnPIMgXnDaTWbRbzT2L5k1KgxtLgYsaEoNF97Kd47vuVxcQc=
On Saturday 06 May 2006 17:08, Evert Glebbeek wrote:
> Can someone clear up what the status is of this discussion? I'm a bit
> lost :)
My last patch seems to be the best one so far. This will allow some of the
various file routines (file_length, find_first, etc) to work with unicode in
WinNT and up. However, as Milan Mimica pointed out, Windows won't be able to
open these files with open(), and needs to use wopen instead (which could be
wrapped up in _al_open as the Mac port apparently uses). I haven't gone
through the code yet to figure out what to do here, though.