summaryrefslogtreecommitdiff
path: root/x11-plugins/tomboy-reminder/files/tomboy-reminder-0.9-unicode-regex.patch
blob: 6fbf74d7fe9a12bba0e798a8e3362bb6741651f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/MagicParser.cs	2007-04-23 17:03:52.000000000 -0500
+++ src/MagicParser.cs	2007-04-23 17:04:02.000000000 -0500
@@ -28,7 +28,7 @@
 		private MagicDate md = new MagicDate();
 		private MagicTime mt = new MagicTime();
 		
-		private static string DATE_TIME_SEP = "at|a|à|@";
+		private static string DATE_TIME_SEP = "at|a|@";
 		
 		private static Regex[] GENERIC = {
 			new Regex("^(?<date>.*)\\W+("+DATE_TIME_SEP+")\\W+(?<time>.*)$", RegexOptions.IgnoreCase | RegexOptions.Compiled),