From 92e621de2719859a1b55a6b642f7298c617bd3af Mon Sep 17 00:00:00 2001 From: "cata%netscape.com" Date: Fri, 14 Jan 2000 00:03:06 +0000 Subject: [PATCH] Added a couple of comments into these property files. r=none --- intl/uconv/src/charsetData.properties | 5 ++++- intl/uconv/src/charsetTitles.properties | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/intl/uconv/src/charsetData.properties b/intl/uconv/src/charsetData.properties index 127d60d3607..66625a7262b 100644 --- a/intl/uconv/src/charsetData.properties +++ b/intl/uconv/src/charsetData.properties @@ -18,11 +18,14 @@ ## ## Contributor(s): -## ## Rule of this file: ## 1. key should always be in lower case ascii so we can do case insensitive ## comparision in the code faster. +## Format of this file: +## charset_name.notForBrowser = anything - specifies that this charset is +## not to be used in the browser + x-user-defined.notForBrowser = true t.61-8bit.notForBrowser = true utf-32le.notForBrowser = true diff --git a/intl/uconv/src/charsetTitles.properties b/intl/uconv/src/charsetTitles.properties index fcdc622a49f..307e9af6c53 100644 --- a/intl/uconv/src/charsetTitles.properties +++ b/intl/uconv/src/charsetTitles.properties @@ -18,11 +18,14 @@ ## ## Contributor(s): -## ## Rule of this file: ## 1. key should always be in lower case ascii so we can do case insensitive ## comparision in the code faster. +## Format of this file: +## charset_name.title = a_title - specifies the human readable title for +## this charset + iso-8859-1.title = Western (ISO-8859-1) iso-8859-2.title = Central European (ISO-8859-2) iso-8859-3.title = South European (ISO-8859-3)