[Bug 244226] [patch] syslogd converts all 8-bit chars to M-x sequences

2024-10-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244226 Mark Linimon changed: What|Removed |Added Keywords|patch | --- Comment #6 from Mark Linimon

[Bug 244226] [patch] syslogd converts all 8-bit chars to M-x sequences

2020-09-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244226 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org --- Comment #5 f

[Bug 244226] [patch] syslogd converts all 8-bit chars to M-x sequences

2020-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244226 J.R. Oldroyd changed: What|Removed |Added Attachment #211760|0 |1 is obsolete|

[Bug 244226] [patch] syslogd converts all 8-bit chars to M-x sequences

2020-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244226 Mark Linimon changed: What|Removed |Added Keywords||patch -- You are receiving this ma

[Bug 244226] [patch] syslogd converts all 8-bit chars to M-x sequences

2020-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244226 --- Comment #3 from J.R. Oldroyd --- If you want to test this code, simplest way is this: 1. Add to /etc/rc.conf: syslogd_env="LC_CTYPE=C.UTF-8" 2. Restart syslogd. 3. Run: echo '\xe0\xb8\xaa\xe0\xb8\xa7\xe0\xb8\xb1\xe

[Bug 244226] [patch] syslogd converts all 8-bit chars to M-x sequences

2020-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244226 --- Comment #2 from J.R. Oldroyd --- (In reply to J.R. Oldroyd from comment #1) Ah, I remembered that ${name_env} can be set in rc.conf and the rc mechanism already looks for that to set the environment. So, no changes are needed to rc.d/

[Bug 244226] [patch] syslogd converts all 8-bit chars to M-x sequences

2020-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244226 --- Comment #1 from J.R. Oldroyd --- A patch to either libexec/rc/rc.d/syslogd specifically or to the rc mechanism in general will also be needed to ensure that LC_CTYPE is set before syslogd is started. -- You are receiving this mail bec

[Bug 244226] [patch] syslogd converts all 8-bit chars to M-x sequences

2020-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244226 Bug ID: 244226 Summary: [patch] syslogd converts all 8-bit chars to M-x sequences Product: Base System Version: CURRENT Hardware: Any OS: Any