]> Kevux Git Server - fll/commit
Refactor: The backtick into the grave.
authorKevin Day <thekevinday@gmail.com>
Mon, 15 Jan 2024 18:34:10 +0000 (12:34 -0600)
committerKevin Day <thekevinday@gmail.com>
Mon, 15 Jan 2024 19:37:11 +0000 (13:37 -0600)
commitf9c449c00b39902477a2b2443265848455f941ac
tree90ae8db6b7dd6bbe0ff752008cfc7bc262787a90
parentc1f74a1d43e184cb81569185a3a542121ce984e2
Refactor: The backtick into the grave.

Both the Unicode standard uses the word "grave" rather than the word "backtick" to commonly refer to the U+0060 character.
Change the use of the word from backtick to the word grave throughout the project.

This is a breaking change for the relevant programs, such as fss_write and iki_write.
Documentation, such as the website documentation and specifications, will need to be updated following this change.
28 files changed:
level_0/f_fss/c/fss/common.h
level_0/f_fss/c/fss/quote.h
level_0/f_iki/c/iki.c
level_0/f_iki/c/iki.h
level_0/f_iki/c/iki/common.c
level_0/f_iki/c/iki/common.h
level_0/f_iki/c/private-iki.h
level_1/fl_fss/c/private-fss.c
level_2/fll_iki/c/iki.c
level_2/fll_iki/c/iki.h
level_2/fll_iki/c/private-iki.h
level_3/fss_read/c/main/print/data.c
level_3/fss_write/c/main/common.c
level_3/fss_write/c/main/common/enumeration.h
level_3/fss_write/c/main/common/string.c
level_3/fss_write/c/main/common/string.h
level_3/fss_write/c/main/print/message.c
level_3/iki_write/c/main/common.c
level_3/iki_write/c/main/common/enumeration.h
level_3/iki_write/c/main/common/string.c
level_3/iki_write/c/main/common/string.h
level_3/iki_write/c/main/print/message.c
specifications/fss-0000.txt
specifications/fss-0001.txt
specifications/fss-0002.txt
specifications/fss-0003.txt
specifications/fss.txt
specifications/iki.txt