[Cmake-commits] CMake branch, next, updated. v3.1.0-1984-gc4b0c12

Clinton Stimpson clinton at elemtech.com
Thu Jan 15 17:07:45 EST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  c4b0c12aa0c4745f6995b52c55deb7527a52f43b (commit)
       via  39c66ed71b96fdbc93215ffd6aee6bd2f3e683cb (commit)
      from  ea660cfeb3d1f9f0fc85e226563d93162b043f83 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c4b0c12aa0c4745f6995b52c55deb7527a52f43b
commit c4b0c12aa0c4745f6995b52c55deb7527a52f43b
Merge: ea660cf 39c66ed
Author:     Clinton Stimpson <clinton at elemtech.com>
AuthorDate: Thu Jan 15 17:07:44 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jan 15 17:07:44 2015 -0500

    Merge topic 'windows-utf-8' into next
    
    39c66ed7 Clarify docs about UTF-8 support.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=39c66ed71b96fdbc93215ffd6aee6bd2f3e683cb
commit 39c66ed71b96fdbc93215ffd6aee6bd2f3e683cb
Author:     Clinton Stimpson <clinton at elemtech.com>
AuthorDate: Thu Jan 15 15:06:34 2015 -0700
Commit:     Clinton Stimpson <clinton at elemtech.com>
CommitDate: Thu Jan 15 15:06:34 2015 -0700

    Clarify docs about UTF-8 support.

diff --git a/Help/release/dev/windows-utf-8.rst b/Help/release/dev/windows-utf-8.rst
index a4e3ff0..3d984e9 100644
--- a/Help/release/dev/windows-utf-8.rst
+++ b/Help/release/dev/windows-utf-8.rst
@@ -1,10 +1,12 @@
 windows-utf-8
 -------------
 
-* On Windows, CMake learned to support Unicode characters.  This allows using
-  characters from multiple (spoken) languages in CMake code and in paths to
-  source files.  Because CMake interoperates with many other tools, there may
-  still be some limitations when using certain Unicode characters.
+* On Windows, CMake learned to support international characters.  This allows using
+  characters from multiple (spoken) languages in CMake code such as CMakeLists.txt
+  and .cmake  files, in paths to source files, configured files such as .h.in files
+  and other files read and written by CMake.  Because CMake interoperates with many
+  other tools, there may still be some limitations when using certain international
+  characters.
 
   Files written in the :manual:`cmake-language(7)`, such as ``CMakeLists.txt``
   or ``*.cmake`` files, are expected to be encoded as UTF-8.  If files are

-----------------------------------------------------------------------

Summary of changes:
 Help/release/dev/windows-utf-8.rst |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list