[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / I18N / Common / ChangeLog
index 19eff79914d42ceb07a3f55443612083992ef30d..0117b8934eaa2ad8325d1ac292ff733ae0e92499 100644 (file)
@@ -1,3 +1,18 @@
+2006-08-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ByteEncoding.cs : Implemented IsAlwaysNormalized().
+         (only SingleByte and FormC may return true for IsAlwaysNormalized
+         on .NET.)
+         Ask String.Normalize() for every possible single byte character
+         which is valid for the encoding and see if it has changed the
+         string (i.e. it returns the value based on the actual
+         normalization.)
+
+2006-06-13  Kornél Pál  <kornelpal@gmail.com>
+
+       * ByteEncoding.cs: Use unsafe code in GetString() that results in
+         significant performance improvement.
+
 2006-01-30  Atsushi Enomoto  <atsushi@ximian.com>
 
        * MonoEncoding.cs :