diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-09-15 13:18:13 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-09-15 13:18:13 +0000 |
commit | c47f03169aa1dc384fc32d56a3e0d235927a91e1 (patch) | |
tree | da9cfe5b55555fa0ec620f5c3e911979b5b61ed2 /docs | |
parent | e9be12e695907b3756795120fa1a46c145a5a69d (diff) | |
download | ATCD-c47f03169aa1dc384fc32d56a3e0d235927a91e1.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.txt | 10 |
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 +*/ |