plan9port/src/lib9/utf
2004-12-26 23:10:19 +00:00
..
lib9.h Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
LICENSE Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
mkfile clean up when finished. 2004-04-19 23:04:36 +00:00
NOTICE Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
plan9.h add for unix port 2004-12-26 21:50:28 +00:00
portdate add portdate 2004-12-26 23:10:19 +00:00
README Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
rune.c clean up for unix port 2004-12-26 21:50:14 +00:00
runestrcat.c clean up for unix port 2004-12-26 21:50:14 +00:00
runestrchr.c clean up for unix port 2004-12-26 21:50:14 +00:00
runestrcmp.c clean up for unix port 2004-12-26 21:50:14 +00:00
runestrcpy.c clean up for unix port 2004-12-26 21:50:14 +00:00
runestrdup.c clean up for unix port 2004-12-26 21:50:14 +00:00
runestrecpy.c clean up for unix port 2004-12-26 21:50:14 +00:00
runestrlen.c clean up for unix port 2004-12-26 21:50:14 +00:00
runestrncat.c clean up for unix port 2004-12-26 21:50:14 +00:00
runestrncmp.c clean up for unix port 2004-12-26 21:50:14 +00:00
runestrncpy.c clean up for unix port 2004-12-26 21:50:14 +00:00
runestrrchr.c clean up for unix port 2004-12-26 21:50:14 +00:00
runestrstr.c clean up for unix port 2004-12-26 21:50:14 +00:00
runetype.c clean up for unix port 2004-12-26 21:50:14 +00:00
utfdef.h clean up for unix port 2004-12-26 21:50:14 +00:00
utfecpy.c clean up for unix port 2004-12-26 21:50:14 +00:00
utflen.c clean up for unix port 2004-12-26 21:50:14 +00:00
utfnlen.c clean up for unix port 2004-12-26 21:50:14 +00:00
utfrrune.c clean up for unix port 2004-12-26 21:50:14 +00:00
utfrune.c clean up for unix port 2004-12-26 21:50:14 +00:00
utfutf.c clean up for unix port 2004-12-26 21:50:14 +00:00

/*
 * The authors of this software are Rob Pike and Ken Thompson.
 *              Copyright (c) 1998-2002 by Lucent Technologies.
 * Permission to use, copy, modify, and distribute this software for any
 * purpose without fee is hereby granted, provided that this entire notice
 * is included in all copies of any software which is or includes a copy
 * or modification of this software and in all copies of the supporting
 * documentation for such software.
 * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
 * WARRANTY.  IN PARTICULAR, NEITHER THE AUTHORS NOR LUCENT TECHNOLOGIES MAKE ANY
 * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
 * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
 */