From 13797c66934945d2a9579032cb55d6c8d2eaba3d Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 4 Aug 2019 23:02:09 -0700 Subject: [PATCH] Remove no-longer-needed removal of that weird character Six Colors uses in some of their headlines. --- Shared/Timeline/TimelineStringFormatter.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Shared/Timeline/TimelineStringFormatter.swift b/Shared/Timeline/TimelineStringFormatter.swift index c066ab0d1..067d5542c 100644 --- a/Shared/Timeline/TimelineStringFormatter.swift +++ b/Shared/Timeline/TimelineStringFormatter.swift @@ -65,7 +65,6 @@ struct TimelineStringFormatter { s = s.replacingOccurrences(of: "\r", with: "") s = s.replacingOccurrences(of: "\t", with: "") s = s.rsparser_stringByDecodingHTMLEntities() - s = s.replacingOccurrences(of: "↦", with: "") s = s.rs_stringByTrimmingWhitespace() s = s.rs_stringWithCollapsedWhitespace()