From 1953fe0c1f57e9952766dd78ffb94949183f6875 Mon Sep 17 00:00:00 2001 From: Louise Foussat Date: Mon, 8 Mar 2021 16:47:54 +0000 Subject: [PATCH] rm utf8 mention in tell-it-cypher subject --- subjects/tell-it-cypher/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/tell-it-cypher/README.md b/subjects/tell-it-cypher/README.md index 646b649d..283e3ef1 100644 --- a/subjects/tell-it-cypher/README.md +++ b/subjects/tell-it-cypher/README.md @@ -8,8 +8,8 @@ But you could forget it... loose it... How could you write it without puting the Create a `tell-it-cypher.mjs` script that: - Takes a file as first argument - Takes one of these keywords as second argument: - - `encode`: convert your file from `utf8` to `base64`, then save the result in a `cypher.txt` file. - - `decode`: convert your file from `base64` to `utf8`, then save the result in a `clear.txt` file. + - `encode`: convert your file to `base64`, then save the result in a `cypher.txt` file. + - `decode`: convert your file from `base64`, then save the result in a `clear.txt` file. - Could take a string as third argument and use it as the new file name. Extension must be precised. ### Notions