mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-07-26 16:25:29 -04:00
Proof handling
This commit is contained in:
parent
dedea6ba11
commit
19d9b1a4a5
9 changed files with 283 additions and 58 deletions
2
RNS/vendor/configobj.py
vendored
2
RNS/vendor/configobj.py
vendored
|
@ -38,7 +38,7 @@ BOMS = {
|
|||
BOM_UTF16: ('utf_16', 'utf_16'),
|
||||
}
|
||||
# All legal variants of the BOM codecs.
|
||||
# TODO: the list of aliases is not meant to be exhaustive, is there a
|
||||
# The list of aliases is not meant to be exhaustive, is there a
|
||||
# better way ?
|
||||
BOM_LIST = {
|
||||
'utf_16': 'utf_16',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue