committing first round of GUID changes

This commit is contained in:
JT Smith 2004-08-09 15:45:44 +00:00
parent 0ba6b7c911
commit 48fd2d44e9
48 changed files with 9012 additions and 8870 deletions

View file

@ -1,9 +1,9 @@
package WebGUI::i18n::English;
our $LANGUAGE = {
label => "English",
charset => "ISO-8859-1",
toolbar => "metal"
$LANGUAGE = {
label => 'English',
charset => 'UTF-8',
toolbar => 'metal'
};
1;