Comments.

git-svn-id: svn://10.0.0.236/trunk@66861 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cata%netscape.com 2000-04-22 17:26:54 +00:00
parent 95352140f3
commit 7c706435a1

View File

@ -85,6 +85,10 @@ interface nsICharsetConverterManager2 : nsISupports
* Get the Atom representing the a given character set. PLEASE USE THIS
* METHOD!!! Do not create Atoms directly by going to NS_NewAtom(), because
* here we also do alias resolution...
*
* Just to let you know, this method will first attempt to resolve this
* charset as an alias. If that failed, the original string will be used.
* Then an atom is created and returned.
*/
nsIAtom GetCharsetAtom([const] in wstring charset);