gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog libbase/utf8.h


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash ChangeLog libbase/utf8.h
Date: Fri, 28 Mar 2008 15:13:34 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/03/28 15:13:34

Modified files:
        .              : ChangeLog 
        libbase        : utf8.h 

Log message:
        Comments.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6058&r2=1.6059
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/utf8.h?cvsroot=gnash&r1=1.15&r2=1.16

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6058
retrieving revision 1.6059
diff -u -b -r1.6058 -r1.6059
--- ChangeLog   28 Mar 2008 13:52:29 -0000      1.6058
+++ ChangeLog   28 Mar 2008 15:13:33 -0000      1.6059
@@ -1,5 +1,9 @@
 2008-03-28 Benjamin Wolsey <address@hidden>
 
+       * libbase/utf8.h: minor comment update.
+
+2008-03-28 Benjamin Wolsey <address@hidden>
+
        * libbase/utf8.{cpp,h}: add a utf8::invalid constant.
        * server/vm/ASHandlers.cpp: use utf8 code for guessEncoding.
 

Index: libbase/utf8.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/utf8.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- libbase/utf8.h      28 Mar 2008 13:52:30 -0000      1.15
+++ libbase/utf8.h      28 Mar 2008 15:13:34 -0000      1.16
@@ -35,10 +35,10 @@
 /// allowing many thousands of unique codes. Multibyte characters are 
 /// difficult to handle, as their length - used for many string
 /// operations - is not certain without parsing the string.
-/// Converting the string to a wstring (generally a uint32_t - how
-/// many codes the reference player can deal with is unknown)
-/// facilitates string operations, as the length of the string
-/// is equal to the number of valid characters. 
+/// Converting the string to a wstring (generally a uint32_t - the 
+/// pp seems only to handle characters up to 65535 - two bytes is
+/// the minimum size of a wchar) facilitates string operations, as
+/// the length of the string is equal to the number of valid characters. 
 /// 
 /// SWF5 and earlier, however, used the ISO-8859 specification,
 /// allowing the standard 128 ASCII characters plus 128 extra




reply via email to

[Prev in Thread] Current Thread [Next in Thread]