aboutsummaryrefslogtreecommitdiff
path: root/src/lib_proj.cmake
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-01-10 21:54:34 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-01-11 00:27:49 +0100
commitf6c424165264eec06af2504800ebfdd5d701efae (patch)
tree5512b667a9bd7c751c96990ec32082b8564c916b /src/lib_proj.cmake
parent90b6685a990b8c4931aafb508853401a89163e78 (diff)
downloadPROJ-f6c424165264eec06af2504800ebfdd5d701efae.tar.gz
PROJ-f6c424165264eec06af2504800ebfdd5d701efae.zip
Use Win32 Unicode APIs and expect all strings to be UTF-8 (fixes #1765)
For backward compatibility, if PROJ_LIB content is found to be not UTF-8 or pointing to a non existing directory, then an attempt at interpretating it in the ANSI page encoding is done. proj_context_set_search_paths() now assumes strings to be in UTF-8, and functions returning paths will also return values in UTF-8.
Diffstat (limited to 'src/lib_proj.cmake')
-rw-r--r--src/lib_proj.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib_proj.cmake b/src/lib_proj.cmake
index fdb59434..14ce04a2 100644
--- a/src/lib_proj.cmake
+++ b/src/lib_proj.cmake
@@ -247,7 +247,6 @@ set(SRC_LIBPROJ_CORE
mlfn.cpp
msfn.cpp
mutex.cpp
- open_lib.cpp
param.cpp
phi2.cpp
pipeline.cpp