Fixed malformed utf8 string.
Replacing: byte sequence "040 251 040" with "040 302 251 040" properly escaping the © symbol.
This commit is contained in:
committed by
GitHub
parent
56d0255a8a
commit
df71cebf34
+1
-1
@@ -805,7 +805,7 @@ PKCS#7, PKCS#8 and PKSC#10. Portions of these standards are included
|
|||||||
in Harmony Javadoc for reference, and in accordance with the licensing terms
|
in Harmony Javadoc for reference, and in accordance with the licensing terms
|
||||||
for PKCS#7, PKCS#8 and PKSC#10, the full copyright statement is here:
|
for PKCS#7, PKCS#8 and PKSC#10, the full copyright statement is here:
|
||||||
|
|
||||||
Copyright © 1991-1993 RSA Laboratories, a division of RSA Data Security, Inc.
|
Copyright © 1991-1993 RSA Laboratories, a division of RSA Data Security, Inc.
|
||||||
License to copy this document is granted provided that it is identified as
|
License to copy this document is granted provided that it is identified as
|
||||||
"RSA Data Security, Inc. Public-Key Cryptography Standards (PKCS)" in all
|
"RSA Data Security, Inc. Public-Key Cryptography Standards (PKCS)" in all
|
||||||
material mentioning or referencing this document.
|
material mentioning or referencing this document.
|
||||||
|
|||||||
Reference in New Issue
Block a user