1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00

hacking.txt: spellings of UTF-8, utf8

This commit is contained in:
Kalle Olavi Niemitalo 2006-12-23 01:45:26 +02:00 committed by Kalle Olavi Niemitalo
parent 49c3c89dcb
commit d62144b944

View File

@ -497,6 +497,9 @@ Use assert() and assertm() where applicable. It will prevent hidden bugs.
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
about it.