<?php
-
/**
* SquirrelMail internationalization functions
*
* Wrapper solves differences between php versions in order to provide
* ngettext support. Should be used if translation uses ngettext
* functions.
+ * @since 1.5.1
* @param string $domain gettext domain name
* @param string $dir directory that contains all translations
* @return string path to translation directory
/**
* Gettext textdomain wrapper.
* Makes sure that gettext_domain global is modified.
+ * @since 1.5.1
* @param string $name gettext domain name
* @return string gettext domain name
*/
/**
* Converts html string to given charset
+ * @since 1.5.1
* @param string $string
* @param string $charset
* @param boolean $htmlencode keep htmlspecialchars encoding
*
* If conversion is done to charset different that utf-8, unsupported symbols
* will be replaced with question marks.
+ * @since 1.5.1
* @param string $in_charset initial charset
* @param string $string string that has to be converted
* @param string $out_charset final charset
/**
* Makes charset name suitable for decoding cycles
*
+ * @since 1.5.0
* @param string $charset Name of charset
* @return string $charset Adjusted name of charset
*/
*
* @param string default return value
* @return string
+ * @since 1.5.1
*/
function korean_xtra_downloadfilename($ret) {
$ret = str_replace("\x0D\x0A", '', $ret); /* Hanmail's CR/LF Clear */