TF-1687: Fix EmailTitle is cut off at the wrong place
(cherry picked from commit 855b39d79da371b733be10ad569e304fec5e8b75)
This commit is contained in:
@@ -42,7 +42,6 @@ extension StringExtension on String {
|
||||
|
||||
String get withUnicodeCharacter {
|
||||
return characters
|
||||
.replaceAll(Characters(' '), Characters('\u{00A0}'))
|
||||
.replaceAll(Characters('-'), Characters('\u{2011}'))
|
||||
.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user