mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
hacking.txt: spellings of UTF-8, utf8
This commit is contained in:
parent
49c3c89dcb
commit
d62144b944
@ -497,6 +497,9 @@ Use assert() and assertm() where applicable. It will prevent hidden bugs.
|
|||||||
|
|
||||||
Names of enum constants should be in upper case.
|
Names of enum constants should be in upper case.
|
||||||
|
|
||||||
|
Please call the charset "utf8" or "UTF8" in identifiers, "UTF-8"
|
||||||
|
elsewhere, and "utf_8" only for compatibility.
|
||||||
|
|
||||||
If you see code in ELinks that doesn't follow these rules, fix it or tell us
|
If you see code in ELinks that doesn't follow these rules, fix it or tell us
|
||||||
about it.
|
about it.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user