You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using the Japanese.
I noticed that when I do a commit with fork, certain characters don't get as expected.
This is due to the Unicode combining character.
Details are described below, but the problem is "ハ" and "゛" are not "バ" as a byte string.
Therefore, the search does not match.
Hi, I am using the Japanese.
I noticed that when I do a commit with fork, certain characters don't get as expected.
This is due to the Unicode combining character.
Details are described below, but the problem is "
ハ
" and "゛
" are not "バ
" as a byte string.Therefore, the search does not match.
ref:
https://en.wikipedia.org/wiki/Combining_character
http://www.fileformat.info/info/unicode/char/3099/index.htm
I committed on fork and terminal.
I did git log at terminal and checked the character code of "バナー".
convert site:
https://so-zou.jp/web-app/text/encode-decode/
U+E3838F
is "ハ
" of Japanese katakana.U+E38299
is "゛
" of Japanise voiced sound (dakuon).ref:
https://en.wiktionary.org/wiki/%E6%BF%81%E9%9F%B3#Japanese
The text was updated successfully, but these errors were encountered: