gecko-dev/xpcom/string
jst%mozilla.jstenback.com 05f83fbe5d Fixing bug 230849. Making LossyCopyUTF16toASCII() and CopyASCIItoUTF8() truncate the destination even when the source is null. r=jshin@mailaps.org, sr=peterv@propagandism.org 2004-01-14 19:26:17 +00:00
..
doc bug 183156 : replace UCS2 in function/method names with UTF16 and update the 2003-06-23 04:30:57 +00:00
embed Move mozilla/string into mozilla/xpcom/. 2003-08-14 23:50:21 +00:00
obsolete trying to fix bustage. 2003-10-09 17:02:05 +00:00
public Patch for bug 209699 (convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst. 2003-12-23 09:24:11 +00:00
src Fixing bug 230849. Making LossyCopyUTF16toASCII() and CopyASCIItoUTF8() truncate the destination even when the source is null. r=jshin@mailaps.org, sr=peterv@propagandism.org 2004-01-14 19:26:17 +00:00
.cvsignore Adding and updating necessary .cvsignore files. Bug #61550 2001-02-24 06:22:49 +00:00
Makefile.in Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules. 2003-08-16 00:42:35 +00:00
README.html landing string branch; see bug #73786 2001-04-02 19:40:52 +00:00

README.html

<html>
<!-- 
   - The contents of this file are subject to the Mozilla Public
   - License Version 1.1 (the "License"); you may not use this file
   - except in compliance with the License. You may obtain a copy of
   - the License at http://www.mozilla.org/MPL/
   - 
   - Software distributed under the License is distributed on an "AS
   - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
   - implied. See the License for the specific language governing
   - rights and limitations under the License.
   - 
   - The Original Code is Mozilla.
   - 
   - The Initial Developer of the Original Code is Netscape
   - Communications.  Portions created by Netscape Communications are
   - Copyright (C) 2001 by Netscape Communications.  All
   - Rights Reserved.
   - 
   - Contributor(s):
   -   Scott Collins <scc@mozilla.org> (original author)
  --> 
<body>
  <h1><span class="LXRSHORTDESC">managing sequences of characters</span></h1>
<p>
  <span class="LXRLONGDESC"></span>
</p>
</body>
</html>