Andreas J . Koenig <andreas.koenig@anima.de> writes: > print chr 9729 > >dies with the "Wide character in print" error from patch 8058 through >8494 for me. On Linux. As it should ? > > binmode STDOUT, ":utf8"; print chr 9729; > >works. Should we not presume STDOUT to be utf8-aware? At least _this_linux box's konsoles are NOT UTF-8 aware. As I understand it by default perl is still iso8859-1 (ASCII world) >Or am I missing >a Configure option? -- Nick Ing-SimmonsThread Previous | Thread Next