summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-09-15 13:18:13 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-09-15 13:18:13 +0000
commit7e4a3758e8b086d0815e91ef30f18fe7e8b269bd (patch)
treeda9cfe5b55555fa0ec620f5c3e911979b5b61ed2 /docs
parent7f56b9acf9d08f4f875ed4abadbf70bfb3de4c38 (diff)
downloadATCD-7e4a3758e8b086d0815e91ef30f18fe7e8b269bd.tar.gz
ChangeLogTag:Fri Sep 14 05:28:13 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'docs')
-rw-r--r--docs/wchar.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/wchar.txt b/docs/wchar.txt
index 61b6984078d..d0137598c7a 100644
--- a/docs/wchar.txt
+++ b/docs/wchar.txt
@@ -1,8 +1,12 @@
/**
@page wchar Wide Character/Unicode support in ACE
-Here's a first stab at some sort of documentation for the magic wchar stuff
-in ACE.
+Here's a first stab at some sort of documentation for the magic
+wide-character (wchar) stuff in ACE. It should be possible to compile
+ACE with wchar support on most platforms that ACE runs on. In some
+cases, we don't enable wchar support by default since it increases the
+footprint a bit. If you run into any problems, please use the
+$ACE_ROOT/PROBLEM-REPORT-FORM to let us know.
@subsection wchar_overview Overview
@@ -111,4 +115,4 @@ ACE_LEGACY_MODE is defined, there is an attempt to map them to the new scheme
by just ACE_HAS_UNICODE == ACE_HAS_WCHAR and ACE_HAS_MOSTLY_UNICODE_APIS ==
ACE_USES_WCHAR.
-*/ \ No newline at end of file
+*/