Closed StraDIVar closed 2 years ago
This PR fixes the issue when semicolon didn't shifted from following word or number, e.g.: "12:34 pm" was converted to "<cd>12</cd> <cd>:34</cd> <nn>pm</nn>", now it's converted to "<cd>12</cd> <pps>:</pps> <cd>34</cd> <nn>pm</nn>"
"12:34 pm"
"<cd>12</cd> <cd>:34</cd> <nn>pm</nn>"
"<cd>12</cd> <pps>:</pps> <cd>34</cd> <nn>pm</nn>"
This PR fixes the issue when semicolon didn't shifted from following word or number, e.g.:
"12:34 pm"
was converted to"<cd>12</cd> <cd>:34</cd> <nn>pm</nn>"
, now it's converted to"<cd>12</cd> <pps>:</pps> <cd>34</cd> <nn>pm</nn>"