Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxxx> writes: > > +CENT=$(printf "\xc2\xa2") > > I think the only change you need to make here (because /usr/bin/sh > on Ubuntu is usually 'dash' not 'bash') is to use octal rather than > hexadecimal. ie: CENT=$(printf "\302\242") > > HTH > > ATB, > Ramsay Jones Thanks! Yes, it works. I've checked that it passes CI [1] and will wait for other reviews before sending out a new version to the list. [1] https://github.com/jonathantanmy/git/actions/runs/5216513514