mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 10:50:31 +02:00
* fixed minor mistake in comment. Mantis #23631
git-svn-id: trunk@23371 -
This commit is contained in:
parent
4b925763c3
commit
f08a1ed7c9
@ -47,7 +47,7 @@ type
|
||||
* - follows RFC3548
|
||||
* - rejects any characters outside of base64 alphabet,
|
||||
* - only accepts up to two '=' characters at the end and
|
||||
* - requires the input to have a Size being a multiple of 4; otherwise raises an EBase64DecodeException
|
||||
* - requires the input to have a Size being a multiple of 4; otherwise raises an EBase64DecodingException
|
||||
* - 'MIME mode':
|
||||
* - follows RFC2045
|
||||
* - ignores any characters outside of base64 alphabet
|
||||
|
Loading…
Reference in New Issue
Block a user