summaryrefslogtreecommitdiff
path: root/includes/unicode.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-07-16 11:17:25 +0000
committerDries Buytaert <dries@buytaert.net>2010-07-16 11:17:25 +0000
commitb55815f68e593d47f537a4d2ecabf0ecae77c0db (patch)
tree13f090f0dc6bd4bf72abf1f55fa2695b8399a7a7 /includes/unicode.inc
parent8cf0d590fb0230b1f0c781335ab5afdbf4b3075a (diff)
downloadbrdo-b55815f68e593d47f537a4d2ecabf0ecae77c0db.tar.gz
brdo-b55815f68e593d47f537a4d2ecabf0ecae77c0db.tar.bz2
- Patch #855402 by aspilicious: fix newlines in token.inc.
Diffstat (limited to 'includes/unicode.inc')
-rw-r--r--includes/unicode.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/unicode.inc b/includes/unicode.inc
index d06b43000..05ce8f89e 100644
--- a/includes/unicode.inc
+++ b/includes/unicode.inc
@@ -172,6 +172,7 @@ function unicode_requirements() {
*
* @param &$data
* The XML data which will be parsed later.
+ *
* @return
* An XML parser object or FALSE on error.
*
@@ -221,6 +222,7 @@ function drupal_xml_parser_create(&$data) {
* The data to be converted.
* @param $encoding
* The encoding that the data is in
+ *
* @return
* Converted data or FALSE.
*/
@@ -257,6 +259,7 @@ function drupal_convert_to_utf8($data, $encoding) {
* The string to truncate.
* @param $len
* An upper limit on the returned string length.
+ *
* @return
* The truncated string.
*/