Skip to content

Commit

Permalink
Remove the 0xFFFD verbatim character from the comment
Browse files Browse the repository at this point in the history
It's meant to indicate text decoding problems and things like Sonar
complain about it in the logs (rather legitimately, I'd say).
  • Loading branch information
KitsuneRal committed Apr 16, 2024
1 parent edf0909 commit 3fe6616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quotient/e2ee/qolmsession.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class QUOTIENT_API QOlmSession

//! Decrypts a message using this session. Decoding is lossy, meaning if
//! the decrypted plaintext contains invalid UTF-8 symbols, they will
//! be returned as `U+FFFD` (�).
//! be returned as `U+FFFD`.
QOlmExpected<QByteArray> decrypt(const QOlmMessage &message) const;

//! Get a base64-encoded identifier for this session.
Expand Down

0 comments on commit 3fe6616

Please sign in to comment.