<div>My operating system is Win7.</div><div><br></div>Thanks a lot.<div><br></div><div>I  tried to add </div><div><div>#ifdef WIN32</div><div><span class="Apple-tab-span" style="white-space:pre">        </span> CPLSetConfigOption( &quot;GDAL_FILENAME_IS_UTF8&quot;, &quot;NO&quot; );</div>
<div>#endif</div><div>in GDALAllRegister. And it works.</div><div><br></div><div>Now my GDAL1.8.0 work well with filename in Chinese.</div><div><br></div><div>Really appreciate all you have done. Wish all of you have a nice day. </div>
<br><div class="gmail_quote">2011/3/11  <span dir="ltr">&lt;<a href="mailto:gdal-dev-request@lists.osgeo.org">gdal-dev-request@lists.osgeo.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Send gdal-dev mailing list submissions to<br>
        <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:gdal-dev-request@lists.osgeo.org">gdal-dev-request@lists.osgeo.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:gdal-dev-owner@lists.osgeo.org">gdal-dev-owner@lists.osgeo.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of gdal-dev digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. (no subject) (kui yang)<br>
   2. Re: Chinese Filenames (Frank Warmerdam)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 10 Mar 2011 23:42:18 +0800<br>
From: kui yang &lt;<a href="mailto:yang3kui@gmail.com">yang3kui@gmail.com</a>&gt;<br>
Subject: [gdal-dev] (no subject)<br>
To: <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
Message-ID:<br>
        &lt;AANLkTimyob0HWyv_76Y2qX2DMxBv1sJtbAo=<a href="mailto:R3QAOpa4@mail.gmail.com">R3QAOpa4@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
gdal 1.8.0 has problem. when the filename is in Chinese<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.osgeo.org/pipermail/gdal-dev/attachments/20110310/e567ba6b/attachment-0001.html" target="_blank">http://lists.osgeo.org/pipermail/gdal-dev/attachments/20110310/e567ba6b/attachment-0001.html</a><br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 10 Mar 2011 11:07:11 -0500<br>
From: Frank Warmerdam &lt;<a href="mailto:warmerdam@pobox.com">warmerdam@pobox.com</a>&gt;<br>
Subject: Re: [gdal-dev] Chinese Filenames<br>
To: <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
Message-ID: &lt;<a href="mailto:4D78F72F.8090202@pobox.com">4D78F72F.8090202@pobox.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
On 11-03-10 10:42 AM, kui yang wrote:<br>
&gt; gdal 1.8.0 has problem. when the filename is in Chinese<br>
<br>
<br>
Kui Yang,<br>
<br>
That is not a very detailed bug report.  GDAL 1.8 includes some changes<br>
in the underlying handling of filenames such that filenames passed in to<br>
GDALOpen() should be passed in UTF-8 rather than the local encoding.  This<br>
was generally the situation already on Linux and I suppose most other unix<br>
type operating systems.  But it was a change on windows.<br>
<br>
Are you working on windows?<br>
<br>
How are you encoding the filenames being passed to GDALOpen()?<br>
<br>
As a workaround, you can restore essentially the old filename handling<br>
behavior on windows by setting the GDAL_FILENAME_IS_UTF8 configuration<br>
variable to &quot;NO&quot;.  Some info on setting config options is available at:<br>
<br>
   <a href="http://trac.osgeo.org/gdal/wiki/ConfigOptions" target="_blank">http://trac.osgeo.org/gdal/wiki/ConfigOptions</a><br>
<br>
Best regards,<br>
--<br>
---------------------------------------+--------------------------------------<br>
I set the clouds in motion - turn up   | Frank Warmerdam, <a href="mailto:warmerdam@pobox.com">warmerdam@pobox.com</a><br>
light and sound - activate the windows | <a href="http://pobox.com/~warmerdam" target="_blank">http://pobox.com/~warmerdam</a><br>
and watch the world go round - Rush    | Geospatial Programmer for Rent<br>
<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
<br>
End of gdal-dev Digest, Vol 82, Issue 20<br>
****************************************<br>
</blockquote></div><br></div>