|
@@ -31,6 +31,8 @@
|
|
$languages["pt_BR"]["CHARSET"] = "iso-8859-1";
|
|
$languages["pt_BR"]["CHARSET"] = "iso-8859-1";
|
|
$languages["fr"]["NAME"] = "French";
|
|
$languages["fr"]["NAME"] = "French";
|
|
$languages["fr"]["CHARSET"] = "iso-8859-1";
|
|
$languages["fr"]["CHARSET"] = "iso-8859-1";
|
|
|
|
+ $languages["it"]["NAME"] = "Italian";
|
|
|
|
+ $languages["it"]["CHARSET"] = "iso-8859-1";
|
|
|
|
|
|
// Decodes a string to the internal encoding from the given charset
|
|
// Decodes a string to the internal encoding from the given charset
|
|
function charset_decode ($charset, $string) {
|
|
function charset_decode ($charset, $string) {
|