<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
xxcv wrote:
<blockquote cite="mid4562F8E8.2050309@optusnet.com.au" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
Rémi Denis-Courmont wrote:
  <blockquote cite="mid200611211343.41276@auguste.remlab.net"
 type="cite">
    <pre wrap="">       Hello,

Le dimanche 19 novembre 2006 12:43, xxcv a écrit :
  </pre>
    <blockquote type="cite">
      <pre wrap="">Please review the attached patch for 0.9.0, it support Unicode
strings for directory access module.
I've tested this patch on windows with directory DnD and right click
"Play with VLC media player" both works as expected.

Please apply this patch if reviewed ok, thanks.
    </pre>
    </blockquote>
    <pre wrap=""><!---->
Sorry, but this does not sound very good to me. You are modifying the 
semantics of vlc_*_wrapper to accept UTF-8 on Win32 (but still native 
on other platforms). skins2 and mkv still need these and are most 
likely broken by your patch. If it had been that easy to implement 
utf8_opendir on Win32, I would already have done it.

  </pre>
  </blockquote>
Thanks for pointing it out :)<br>
but this is my new attempt at hacking VLC for unicode support for
win32, please excuse my code.<br>
  <br>
Thanks again, i appreciated it :)<br>
  <br>
  <br>
</blockquote>
@courmisch<br>
Just one more question about vlc_opendir_wrapper() because it is under
this => #if defined(WIN32) && !defined(UNDER_CE)<br>
which indicated it is only run or concern on win32 or CE platforms,
isn't it still safe to make such implementation stay as simple as
possible ?<br>
<br>
Regarding 9X/ME support won't it be okay with changeset 17909 ?<br>
<br>
Please explain because i don't understand the VLC source code well.<br>
<br>
thanks<br>
<br>
</body>
</html>