mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-10 11:25:04 -05:00
Don't use Roman Numeral Unicode characters
This commit is contained in:
parent
894f76d8bc
commit
3f10b3265b
@ -341,7 +341,7 @@ public class ExpressionFormatMethods {
|
||||
numerals.put(9, "IX");
|
||||
numerals.put(5, "V");
|
||||
numerals.put(4, "IV");
|
||||
numerals.put(1, "Ⅰ");
|
||||
numerals.put(1, "I");
|
||||
|
||||
StringBuffer s = new StringBuffer();
|
||||
Matcher m = compile("\\b\\d+\\b").matcher(self);
|
||||
|
Loading…
Reference in New Issue
Block a user