summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-01-27 16:36:45 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-01-27 16:36:45 (GMT)
commita47b904db242abb903a968bd6109bc8a07d3c39a (patch)
treed8338d1db985fd98956688244d746e808a83bd3e /Help/release
parentc1f5d6e6f54f8b61d223476459970d336098429c (diff)
parent1f77a7001b2e3f8f9224cb603e5acfee45573064 (diff)
downloadCMake-a47b904db242abb903a968bd6109bc8a07d3c39a.zip
CMake-a47b904db242abb903a968bd6109bc8a07d3c39a.tar.gz
CMake-a47b904db242abb903a968bd6109bc8a07d3c39a.tar.bz2
Merge topic 'file-strings-utf-16'
1f77a700 file: Teach STRINGS to support UTF-16 and UTF-32 encodings
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/file-strings-utf-16.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/file-strings-utf-16.rst b/Help/release/dev/file-strings-utf-16.rst
new file mode 100644
index 0000000..f40b63e
--- /dev/null
+++ b/Help/release/dev/file-strings-utf-16.rst
@@ -0,0 +1,5 @@
+file-strings-utf-16
+-------------------
+
+* The :command:`file(STRINGS)` now supports UTF-16LE, UTF-16BE,
+ UTF-32LE, UTF-32BE as ``ENCODING`` options.