mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-07 06:47:13 -04:00
fix(text-to-binary): return valid UTF-8 results for non-ASCII text
This commit is contained in:
parent
e876d03608
commit
35d8264c2b
5 changed files with 105 additions and 50 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue