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  b4346c10c6f407b069c5db7ace6d325b83404c1c (commit)
       via  8de75f13b69b5e3498330e3f0d509bd66e340ed9 (commit)
      from  a403754fe0761fee9e60e185c003bcef04c719c3 (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=b4346c10c6f407b069c5db7ace6d325b83404c1c
commit b4346c10c6f407b069c5db7ace6d325b83404c1c
Merge: a403754 8de75f1
Author:     Clinton Stimpson <clin...@elemtech.com>
AuthorDate: Wed Jan 14 11:02:42 2015 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Wed Jan 14 11:02:42 2015 -0500

    Merge topic 'windows-utf-8' into next
    
    8de75f13 Add release note for windows-utf-8.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8de75f13b69b5e3498330e3f0d509bd66e340ed9
commit 8de75f13b69b5e3498330e3f0d509bd66e340ed9
Author:     Clinton Stimpson <clin...@elemtech.com>
AuthorDate: Wed Jan 14 09:01:37 2015 -0700
Commit:     Clinton Stimpson <clin...@elemtech.com>
CommitDate: Wed Jan 14 09:01:37 2015 -0700

    Add release note for windows-utf-8.

diff --git a/Help/release/dev/windows-utf-8.rst 
b/Help/release/dev/windows-utf-8.rst
new file mode 100644
index 0000000..fe02153
--- /dev/null
+++ b/Help/release/dev/windows-utf-8.rst
@@ -0,0 +1,17 @@
+windows-utf-8
+-------------------------
+
+* The Windows version of CMake has been enhanced to use Unicode.  This
+  allows using characters from multiple languages in CMake.  Because CMake
+  interoperates with many other tools, there may still be some limitations
+  when using certain Unicode characters.
+
+  The Visual Studio generators have been enhanced to write solution and
+  project files in UTF-8 instead of Windows-1252.  Windows-1252 supported
+  Latin 1 languages such as those found in North and South America and Western
+  Europe.  With UTF-8, additional languages are supported.
+
+  The CMakeLists.txt file and other files read by CMake file are expected
+  to be UTF-8 encoded.  If files are already ASCII, they will be compatible.
+  If files were in a different encoding, including Latin 1, they will need to
+  be converted.

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

Summary of changes:
 Help/release/dev/windows-utf-8.rst |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 Help/release/dev/windows-utf-8.rst


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to