From f6c424165264eec06af2504800ebfdd5d701efae Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 10 Jan 2020 21:54:34 +0100 Subject: 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. --- docs/source/usage/differences.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/source/usage') diff --git a/docs/source/usage/differences.rst b/docs/source/usage/differences.rst index 4d05543a..8fcf51d6 100644 --- a/docs/source/usage/differences.rst +++ b/docs/source/usage/differences.rst @@ -114,3 +114,9 @@ exclusive with :option:`+t_epoch`. :option:`+dt` is used when deformation for a set amount of time is needed and :option:`+t_epoch` is used (in conjunction with the observation time of the input coordinate) when deformation from a specific epoch to the observation time is needed. + +Version 7.0.0 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + +The value of all path, filenames passed to PROJ through function calls, PROJ +strings or environment variables should be encoded in UTF-8. -- cgit v1.2.3