diff --git a/xpcom/doc/xpcom-standalone.html b/xpcom/doc/xpcom-standalone.html
index e33edc924fc6..57b50073f089 100644
--- a/xpcom/doc/xpcom-standalone.html
+++ b/xpcom/doc/xpcom-standalone.html
@@ -115,14 +115,6 @@ standalone. Make sure you did "configure --enable-modules=xpcom"
5.0 Whats the difference between Standalone and non-Standalone XPCOM
Here is what we had to do to get a working standalone XPCOM
--
-Disabled all forms of unicode conversion. nsString, nsCRT were using this
-in various forms. Only ASCII is expected to work. Other charsets including
-unicode are not guaranteed to work.
-
--
-Disabled nsUnicharInputStream. This causes nsPersistentProperties to always
-fail.
-
Disabled control of XPT from preferences.
@@ -137,20 +129,16 @@ used by the mozilla browser.
-
-Enable XPCOM to work with unicode. Unicode, ASCII and ISO8859-1 will be
-the charset that will be self supported by XPCOM.
-
--
-Optional exclusion of specific features into standalone XPCOM like unicode
-support, registry, xpconnect. Tweeking these options will cause reduction
+Optional exclusion of specific features into standalone XPCOM like
+registry, xpconnect. Tweeking these options will cause reduction
in memory requirements and size.
-
Get xpcom/tests directory upto date and documented.
-
-Make standalone XPCOM the only deliverable from xpcom. No more #ifndef
-XPCOM_STANDALONE
+Make standalone XPCOM the only deliverable from xpcom. No more #ifndef
+XPCOM_STANDALONE
-
Update this document for both Windows and Mac.