From ab9789eb18820bdc94271e2f6023e4b7744cba2e Mon Sep 17 00:00:00 2001 From: Token2 Date: Thu, 7 Aug 2025 10:41:06 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0ddcf7..46b2909 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ As of the latest update (release 3.1 and newer) , the firmware now supports **Un - Any valid UTF-8 encoded character This change improves flexibility and supports international users while preserving PIN format validation and complexity checks. PIN complexity is still enforced. -The relevant PIN validation logic in [`CustomFunction.java`](https://github.com/token2/pin_plus_firmware/blob/e0ed38efa0f4afd90566a78645e5f699f6980d51/src/CustomFunction.java#L5) has been updated accordingly to handle UTF-8 encoded input and detect character types using Unicode-aware methods. +The relevant PIN validation logic in [`CustomFunction.java`](https://github.com/token2/pin_plus_firmware/blob/e0ed38efa0f4afd90566a78645e5f699f6980d51/src/CustomFunction.java#L5) has been updated accordingly ( any non-ASCII characters are treated as their own class ). > **Note:** PINs are now interpreted as UTF-8 encoded byte arrays internally.