X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Futf8.h;h=131cb6f6744116101f941f7fc388ea3c644a04b7;hb=42ce069915679a56208da34d46af2000c85ba64b;hp=22ee91552170aa2e5c6e41564ae49c00432af3a8;hpb=82aed0c41cd917fdf9cdb20db788fe9da0662eba;p=sympathy.git diff --git a/src/utf8.h b/src/utf8.h index 22ee915..131cb6f 100644 --- a/src/utf8.h +++ b/src/utf8.h @@ -1,17 +1,29 @@ -/* +/* * utf8.h: * - * Copyright (c) 2008 James McKenzie , + * Copyright (c) 2008 James McKenzie , * All rights reserved. * */ -/* - * $Id$ +/* + * $Id: utf8.h,v 1.8 2008/03/10 11:49:33 james Exp $ */ -/* - * $Log$ +/* + * $Log: utf8.h,v $ + * Revision 1.8 2008/03/10 11:49:33 james + * *** empty log message *** + * + * Revision 1.7 2008/03/07 12:37:04 james + * *** empty log message *** + * + * Revision 1.6 2008/03/03 06:04:42 james + * *** empty log message *** + * + * Revision 1.5 2008/03/02 10:37:56 james + * *** empty log message *** + * * Revision 1.4 2008/02/24 00:42:53 james * *** empty log message *** * @@ -31,8 +43,7 @@ #define __UTF8_H__ -typedef struct -{ +typedef struct { int in_utf8; uint8_t utf_buf[4];