Post-generation problems when uppercase
Open
- Dominant language
- C++
- Stars
- 21
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
```
$ echo '~Detla umanitat' | lt-proc -p oci.autopgen.bin
L'umanitat
$ echo '"~Detla umanitat' | lt-proc -p oci.autopgen.bin
"l'umanitat
$ echo '~que ~Detla umanitat' | lt-proc -p oci.autopgen.bin
que l'umanitat
```
The expected output in the second and third cases are:
```
"L'umanitat
que L'umanitat
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.