Commit f67e7eea4300fef71fd23b883fe0d5e35241c6ec
- Diff rendering mode:
- inline
- side by side
conv-specchars
(1 / 1)
|   | |||
| 51 | 51 | /\^/ { | |
| 52 | 52 | w /dev/stderr | |
| 53 | 53 | q 56;} # (mostly GNU sed extensions) | |
| 54 | /\^\|\(^\|[^\\]\)[[:upper:]]/ { # [^\\] -- a workaround for grammatical terms, | ||
| 54 | /\(^\|[^\\]\)[[:upper:]]/ { # [^\\] -- a workaround for grammatical terms, | ||
| 55 | 55 | # to escape these restrictions on Latin characters: write them like \Pres, \Gen etc. | |
| 56 | 56 | # FIXME: I also use this workaround for filenames, e.g.: \Komi_rus_slovar1.pdf, but | |
| 57 | 57 | # this should be replaced for the sake of universality with smth like |

