May 20, 2004
"Walter" <newshound@digitalmars.com> escribió en el mensaje
news:c8hkht$25vt$1@digitaldaemon.com
| It will work on win9x if the unicode characters you're using are
| representable in the system code page you've set on win9x.

But that'd be an imposition for the end user of the application, not even for the developer, wouldn't it? Please correct me if I'm wrong. But if I'm not, then there must be something better to be done.

-----------------------
Carlos Santander Bernal


May 21, 2004
Carlos Santander B. wrote:
> "Walter" <newshound@digitalmars.com> escribió en el mensaje
> news:c8hkht$25vt$1@digitaldaemon.com
> | It will work on win9x if the unicode characters you're using are
> | representable in the system code page you've set on win9x.
> 
> But that'd be an imposition for the end user of the application, not even
> for the developer, wouldn't it? Please correct me if I'm wrong. But if I'm
> not, then there must be something better to be done.
> 
> -----------------------
> Carlos Santander Bernal

Microsoft would probably tell you to upgrade to Windows XP because they want your money.

As a free alternative, have you looked at using MSLU?
http://msdn.microsoft.com/msdnmag/issues/01/10/MSLU/default.aspx
http://www.microsoft.com/globaldev/handson/dev/mslu_announce.mspx

There'd still be a burden for Win9X users (they'd have to install it), and I don't even know that it'd help with your specific problem, but it might be useful to you.

-- 
Justin (a/k/a jcc7)
http://jcc_7.tripod.com/d/
May 21, 2004
"Carlos Santander B." <carlos8294@msn.com> wrote in message news:c8jd77$gk8$1@digitaldaemon.com...
> "Walter" <newshound@digitalmars.com> escribió en el mensaje
> news:c8hkht$25vt$1@digitaldaemon.com
> | It will work on win9x if the unicode characters you're using are
> | representable in the system code page you've set on win9x.
>
> But that'd be an imposition for the end user of the application, not even for the developer, wouldn't it? Please correct me if I'm wrong. But if I'm not, then there must be something better to be done.

Actually, I think I know what the problem is. listdir() is not converting the returned filenames into unicode as it should.


May 24, 2004
"Carlos Santander B." <carlos8294@msn.com> wrote in message news:c8jd77$gk8$1@digitaldaemon.com...
> "Walter" <newshound@digitalmars.com> escribió en el mensaje
> news:c8hkht$25vt$1@digitaldaemon.com
> | It will work on win9x if the unicode characters you're using are
> | representable in the system code page you've set on win9x.
>
> But that'd be an imposition for the end user of the application, not even for the developer, wouldn't it? Please correct me if I'm wrong. But if I'm not, then there must be something better to be done.

Try the following std.file.d and see if it works.



May 26, 2004
"Walter" <newshound@digitalmars.com> escribió en el mensaje
news:c8trd4$q9q$1@digitaldaemon.com
| "Carlos Santander B." <carlos8294@msn.com> wrote in message
| news:c8jd77$gk8$1@digitaldaemon.com...
|| "Walter" <newshound@digitalmars.com> escribió en el mensaje
|| news:c8hkht$25vt$1@digitaldaemon.com
||| It will work on win9x if the unicode characters you're using are
||| representable in the system code page you've set on win9x.
||
|| But that'd be an imposition for the end user of the application, not even
|| for the developer, wouldn't it? Please correct me if I'm wrong. But if
I'm
|| not, then there must be something better to be done.
|
| Try the following std.file.d and see if it works.

Yes, it worked. Thanks.

-----------------------
Carlos Santander Bernal


1 2 3
Next ›   Last »