fix(text-to-binary): return valid UTF-8 results for non-ASCII text

This commit is contained in:
lionel-rowe 2024-05-14 18:34:41 +08:00
parent e876d03608
commit 35d8264c2b
No known key found for this signature in database
5 changed files with 105 additions and 50 deletions

View file

@ -389,5 +389,5 @@ tools:
description: Encode text to URL-encoded format (also known as "percent-encoded"), or decode from it.
text-to-binary:
title: Text to ASCII binary
description: Convert text to its ASCII binary representation and vice-versa.
title: Text to UTF-8 binary
description: Convert text to its UTF-8 binary representation and vice-versa.