Hi Kiyoshi, Hi Paul! Paul, this might been something that you'd know about.
Kiyoshi's logs are: > 127. diagnostics.at:130: testing Tabulations and multibyte characters ... > en_US.UTF-8 > ./diagnostics.at:130: perl -p -e 's{</?\w+>}{}g' <experr.orig >experr > ./diagnostics.at:130: LC_ALL=en_US.UTF-8 bison -fcaret -Wall input.y > --- experr 2019-04-30 07:15:36.726301382 +0000 > +++ /tmp/bison-3.3.90/tests/testsuite.dir/at-groups/127/stderr 2019-04-30 > 07:15:36.759788751 +0000 > @@ -10,9 +10,9 @@ > input.y:14.4-17: warning: empty rule without %empty [-Wempty-rule] > 14 | d: {éééééééééééé} > | ^~~~~~~~~~~~~~ > -input.y:15.4-17: warning: empty rule without %empty [-Wempty-rule] > +input.y:15.4-20: warning: empty rule without %empty [-Wempty-rule] > 15 | e: {∇⃗×𝐸⃗ = -∂𝐵⃗/∂t} > - | ^~~~~~~~~~~~~~ > + | ^~~~~~~~~~~~~~~~~ > input.y:16.4-17: warning: empty rule without %empty [-Wempty-rule] > 16 | f: { 42 } > | ^~~~~~~~~~~~~~ > 127. diagnostics.at:130: 127. Tabulations and multibyte characters > (diagnostics.at:130): FAILED (diagnostics.at:130) which seems to show that mbswidth did not recognize that the arrows are combining, and therefore should not count in the screen width. Maybe you would have an idea about this Paul? > Le 30 avr. 2019 à 01:03, Kiyoshi KANAZAWA <yoi_no_myou...@yahoo.co.jp> a > écrit : > > Hello, Akim. > > D part error disappeared, thanks. > > > Tested for 127 both with LANG=en_US.UTF-8 & LANG=C. > $ LANG=en_US.UTF-8 > $ export LANG > $ LC_ALL=en_US.UTF-8 locale > LANG=en_US.UTF-8 > LC_CTYPE="en_US.UTF-8" > LC_NUMERIC="en_US.UTF-8" > LC_TIME="en_US.UTF-8" > LC_COLLATE="en_US.UTF-8" > LC_MONETARY="en_US.UTF-8" > LC_MESSAGES="en_US.UTF-8" > LC_ALL=en_US.UTF-8 > > > & > > $ LANG=C > $ export LANG > $ LC_ALL=en_US.UTF-8 locale > LANG=C > LC_CTYPE="en_US.UTF-8" > LC_NUMERIC="en_US.UTF-8" > LC_TIME="en_US.UTF-8" > LC_COLLATE="en_US.UTF-8" > LC_MONETARY="en_US.UTF-8" > LC_MESSAGES="en_US.UTF-8" > LC_ALL=en_US.UTF-8 > > testsuite.logs are attached. > Are they enough for you ? > > > Regards, > > --- Kiyoshi<testsuite.log_en_US.UTF-8.xz><testsuite.log_C.xz>