Skip to content

Commit 9b4f461

Browse files
committed
Merge pull request #728 from minorua/osgeo4w_gdalfilename
OSGeo4W: make sure that GDAL_FILENAME_IS_UTF8 is YES (fix #8010)
2 parents 257b31e + c9eb4f2 commit 9b4f461

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ms-windows/osgeo4w/qgis.bat.tmpl

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ call "%OSGEO4W_ROOT%"\apps\grass\grass-@grassversion@\etc\env.bat
44
@echo off
55
path %PATH%;%OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\lib
66
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
7+
set GDAL_FILENAME_IS_UTF8=YES
78
rem Set VSI cache to be used as buffer, see #6448
89
set VSI_CACHE=TRUE
910
set VSI_CACHE_SIZE=1000000

0 commit comments

Comments
 (0)