Author: jackson
Date: 2006-10-27 10:47:12 -0400 (Fri, 27 Oct 2006)
New Revision: 67027
Modified:
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/ChangeLog
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/TextMap.cs
Log:
* TextMap.cs: Since we map udieresis as a standard char we need
* to
have a text mapping for it. At some point I should go through
all
the standard chars and make sure we have mappings for them.
Modified:
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/ChangeLog
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/ChangeLog
2006-10-27 14:17:37 UTC (rev 67026)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/ChangeLog
2006-10-27 14:47:12 UTC (rev 67027)
@@ -1,3 +1,9 @@
+2006-10-27 Jackson Harper <[EMAIL PROTECTED]>
+
+ * TextMap.cs: Since we map udieresis as a standard char we need to
+ have a text mapping for it. At some point I should go through all
+ the standard chars and make sure we have mappings for them.
+
2006-10-25 Jackson Harper <[EMAIL PROTECTED]>
* RTF.cs: Kick out of the text swallowing loop if we begin a new
Modified:
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/TextMap.cs
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/TextMap.cs
2006-10-27 14:17:37 UTC (rev 67026)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/TextMap.cs
2006-10-27 14:47:12 UTC (rev 67027)
@@ -222,6 +222,11 @@
table[(int)StandardCharCode.tilde] = "~";
table[(int)StandardCharCode.trademark] = "(TM)";
table[(int)StandardCharCode.trademarksans] = "(TM)";
+
+ table[(int)StandardCharCode.udieresis] = "\xFC";
+ table[(int)StandardCharCode.Udieresis] = "\xDC";
+ table[(int)StandardCharCode.odieresis] = "\xF6";
+ table[(int)StandardCharCode.Odieresis] = "\xD6";
}
#endregion // Public Static Methods
}
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches