[Bug 250163] iswprint wrong for NO-BREAK SPACE

2020-10-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250163 Ed Maste changed: What|Removed |Added CC||ema...@freebsd.org --- Comment #6 from

[Bug 250163] iswprint wrong for NO-BREAK SPACE

2020-10-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250163 --- Comment #5 from Marko Turk --- (In reply to Conrad Meyer from comment #4) Yes, en_US.UTF-8 is my default locale, the same thing happens: $ env LANG=en_US.UTF-8 ./example3 no Regards, Marko -- You are receiving this mail because: You

[Bug 250163] iswprint wrong for NO-BREAK SPACE

2020-10-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250163 --- Comment #4 from Conrad Meyer --- C.UTF-8 is new in 13, probably 11.x doesn't have it. Try a country UTF-8 locale, e.g., en_US.UTF-8. -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 250163] iswprint wrong for NO-BREAK SPACE

2020-10-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250163 --- Comment #3 from Marko Turk --- (In reply to Conrad Meyer from comment #2) Yes, seems to be fixed on -CURRENT. My VM with -CURRENT had wrong locale when I did the testing, sorry. I saw the issue on 11.4-STABLE r365792: $ env LANG=C.UTF

[Bug 250163] iswprint wrong for NO-BREAK SPACE

2020-10-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250163 Conrad Meyer changed: What|Removed |Added Resolution|--- |Not A Bug Status|New

[Bug 250163] iswprint wrong for NO-BREAK SPACE

2020-10-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250163 --- Comment #1 from Conrad Meyer --- Check that your locale environment is actually Unicode. With your test program, I see: $ LANG=C ./wcw no $ LANG=C.UTF-8 ./wcw yes I think this is functioning as intended. -- You are receiving this m

[Bug 250163] iswprint wrong for NO-BREAK SPACE

2020-10-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250163 Marko Turk changed: What|Removed |Added Blocks||236397 Referenced Bugs: https://bug

[Bug 250163] iswprint wrong for NO-BREAK SPACE

2020-10-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250163 Bug ID: 250163 Summary: iswprint wrong for NO-BREAK SPACE Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects