]> git.ipfire.org Git - thirdparty/coreutils.git/commit
doc: prefer ö to $'\u7530'
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Apr 2022 20:24:42 +0000 (13:24 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Apr 2022 20:40:38 +0000 (13:40 -0700)
commit6106b56191a0ee3807d3d662f6f0b9ffb69f003e
tree01f1aafe9fc837598be497020405b46c129d77f4
parentdd614d6011f64e06852adc532e7357de59f4bac3
doc: prefer ö to $'\u7530'

* doc/coreutils.texi (Character arrays): Avoid using shell
notation like $'\u7530' since this isn’t in POSIX yet. Instead,
use ö and Ł which should work in all texinfo output formats.
doc/coreutils.texi