FiloSottile / age

A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
https://age-encryption.org
BSD 3-Clause "New" or "Revised" License
16.92k stars 495 forks source link

Fix apostrophes in age(1) #482

Closed zhsj closed 1 year ago

zhsj commented 1 year ago

Apostrophes should be entered as ' ; using \' produces an acute accent.

Co-authored-by: Shengjing Zhu zhsj@debian.org

This reworks patch from @ryanakca on latest version.

FiloSottile commented 1 year ago

Groff files are generated by the relative Ronn files. Please update those instead. (CI will regenerate the Groff and HTML.)

zhsj commented 1 year ago

Oops, I didn't notice it's generated. So it is problem from ronn, which generates \' for '.

zhsj commented 1 year ago

Seems updating ronn to 0.9 can fix the problem. I'll close this and prepare a new PR to update ronn version.