Bugzilla bug 309640: replaced the French accented a (�) with ASCII a

because IBM JDK can't handle that 8-bit character in UTF8 locales.  The
patch is contributed by Rich Megginson of Red Hat. r=wtc,glen.beasley.
This commit is contained in:
wtchang%redhat.com 2005-09-22 17:58:35 +00:00
Родитель d47d842ad9
Коммит 343315772e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -120,7 +120,7 @@ public final class SafeBag implements ASN1Value {
public static final OBJECT_IDENTIFIER KEY_BAG = PKCS12_BAG_IDS.subBranch(1);
/**
* A bag containing a private key encrypted à la PKCS #8. The bag
* A bag containing a private key encrypted a la PKCS #8. The bag
* content is a PKCS #8 <i>EncryptedPrivateKeyInfo</i>.
*/
public static final OBJECT_IDENTIFIER PKCS8_SHROUDED_KEY_BAG =