[
Lists Home |
Date Index |
Thread Index
]
- From: James Clark <jjc@jclark.com>
- To: David Megginson <ak117@freenet.carleton.ca>
- Date: Fri, 01 May 1998 17:21:45 +0700
David Megginson wrote:
>
> BUG #2: Parser.setLocale takes only one String argument
>
> As will quickly become apparent, I am not an expert in
> localisation. I have discovered that localisation requires both a
> language code _and_ a country code, so I have changed the interface
> prototype to
>
> public abstract void setLocale (String language, String country)
> throws SAXException;
>
> Does this look correct? Would people prefer that I use the
> java.util.Locale class?
I would prefer java.util.Locale:
setLocale(java.util.Locale locale)
is the standard Java pattern. Since Java also provides a 3-argument
variant of the Locale constructor, I don't think setLocale(String
language, String country) is sufficient.
James
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|