[Cmake-commits] CMake branch, next, updated. v3.1.0-2005-gaf12181
Brad King
brad.king at kitware.com
Fri Jan 16 09:32:59 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 af12181cadb48791c21269c2717011ea098dc3c2 (commit)
via 335f416f9c80152c6a644a6c208c15cdb6169ecb (commit)
from 30e0ff91b34ca2339625d10f9c921a7adb009199 (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=af12181cadb48791c21269c2717011ea098dc3c2
commit af12181cadb48791c21269c2717011ea098dc3c2
Merge: 30e0ff9 335f416
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Jan 16 09:32:58 2015 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jan 16 09:32:58 2015 -0500
Merge topic 'windows-utf-8' into next
335f416f Help: Revise notes for topic 'windows-utf-8'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=335f416f9c80152c6a644a6c208c15cdb6169ecb
commit 335f416f9c80152c6a644a6c208c15cdb6169ecb
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Jan 16 09:32:48 2015 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Fri Jan 16 09:32:48 2015 -0500
Help: Revise notes for topic 'windows-utf-8'
diff --git a/Help/release/dev/windows-utf-8.rst b/Help/release/dev/windows-utf-8.rst
index 3d984e9..64cd616 100644
--- a/Help/release/dev/windows-utf-8.rst
+++ b/Help/release/dev/windows-utf-8.rst
@@ -1,19 +1,22 @@
windows-utf-8
-------------
-* 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
+* On Windows, CMake learned to support international characters.
+ This allows use of characters from multiple (spoken) languages
+ in CMake code, 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
- already ASCII, they will be compatible. If files were in a different
- encoding, including Latin 1, they will need to be converted.
+ 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 already ASCII, they will be
+ compatible. If files were in a different encoding, including
+ Latin 1, they will need to be converted.
- The Visual Studio generators now 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 now supported.
+ The Visual Studio generators now 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 now
+ supported.
-----------------------------------------------------------------------
Summary of changes:
Help/release/dev/windows-utf-8.rst | 29 ++++++++++++++++-------------
1 file changed, 16 insertions(+), 13 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list