Skip to content
Prev 341941 / 398498 Next

metafor package: changing decimal in forest plot to midline decimal

On 07/07/2014 12:02, Michael Dewey wrote:
All non-ASCII chars are two or more bytes in UTF-8: this one is c2 b7 in 
hex.

Ubuntu is based on Debian which micro-packages its encoding support.  On 
a standard Linux system you can just use (e.g.) LC_CTYPE=de_DE which is 
encoded in Latin-1.   That might not be installed on Debian/Ubuntu, in 
which case you need to install it.

OutDec is designed for outputting numbers in an internationalized way: 
no known locale uses a centred dot.  (If one did, you could most likely 
set LC_NUMERIC to such a locale instead.)