Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@mattn
Copy link
Member

@mattn mattn commented Aug 23, 2017

should use utf_char2bytes instead of mb_char2bytes.

@codecov-io
Copy link

Codecov Report

Merging #2012 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2012      +/-   ##
==========================================
- Coverage   74.65%   74.64%   -0.02%     
==========================================
  Files          77       77              
  Lines      125955   125956       +1     
  Branches    28189    28189              
==========================================
- Hits        94032    94019      -13     
- Misses      31923    31937      +14
Impacted Files Coverage Δ
src/message.c 68.09% <0%> (-0.26%) ⬇️
src/term.c 51.84% <0%> (-0.23%) ⬇️
src/if_xcmdsrv.c 84.25% <0%> (-0.19%) ⬇️
src/window.c 80.9% <0%> (-0.07%) ⬇️
src/gui.c 45.61% <0%> (-0.06%) ⬇️
src/gui_gtk_x11.c 47.23% <0%> (-0.06%) ⬇️
src/version.c 80.2% <0%> (ø) ⬆️
src/fileio.c 74.64% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d2c45a1...49fb372. Read the comment docs.

@mattn mattn deleted the fix-dbcs-scrollback branch August 24, 2017 12:19
adizero pushed a commit to adizero/vim that referenced this pull request May 19, 2018
Problem:    Using wrong character conversion for DBCS.
Solution:   Use utf_char2bytes instead of mb_char2bytes. (Yasuhiro Matsumoto,
            closes vim#2012)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants