We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f4f19 commit e287d08Copy full SHA for e287d08
RomanNormalizer.m
@@ -32,7 +32,7 @@ + (NSString *)normalize:(NSString *)input {
32
NSDictionary *punct = @{
33
@"“": @"\"", @"”": @"\"",
34
@"‘": @"'", @"’": @"'",
35
- @"–": @"-", @"—": @"-",
+ @"–": @" - ", @"—": @" - ",
36
@"…": @"..."
37
};
38
for (NSString *k in punct) {
0 commit comments