[xiph-cvs] cvs commit: vorbis-tools/oggenc utf8.c

Ralph Giles giles at xiph.org
Sun Aug 19 14:04:50 PDT 2001



giles       01/08/19 14:04:50

  Modified:    oggenc   utf8.c
  Log:
  convert C++ style comment

Revision  Changes    Path
1.8       +1 -1      vorbis-tools/oggenc/utf8.c

Index: utf8.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/utf8.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- utf8.c	2001/08/14 12:55:51	1.7
+++ utf8.c	2001/08/19 21:04:49	1.8
@@ -161,7 +161,7 @@
 */
 int simple_utf8_encode(const char *from, char **to, const char *encoding)
 {
-	// can you always know this will be 16 bit?
+	/* can you always know this will be 16 bit? */
         unsigned short *unicode;
         charset_map *map;
         int index = 0;

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list