Add icon lookup

This commit is contained in:
2024-04-28 22:59:20 -04:00
parent e9ff323f69
commit 19b442598d
2 changed files with 194 additions and 4 deletions

View File

@@ -283,8 +283,6 @@ func (entry Entry) Unescape () (Entry, error) {
return localizedValue, nil
}
// TODO have functions to parse/validate all data types
// ParseString parses a value of type string.
// Values of type string may contain all ASCII characters except for control
// characters.