From 07f0da7ca824649256e11a570a690cb82f0d964a Mon Sep 17 00:00:00 2001 From: Manuel Maxera <95315128+manumafe98@users.noreply.github.com> Date: Wed, 31 Jan 2024 13:07:26 -0300 Subject: [PATCH] Updating design.md for squeaky clean after exercise refactor (#2698) * Removing out of scope topic, because after the changes we introduce to converting an integer to character * apllying suggestion --- exercises/concept/squeaky-clean/.meta/design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/concept/squeaky-clean/.meta/design.md b/exercises/concept/squeaky-clean/.meta/design.md index 382201650..4ea5e8475 100644 --- a/exercises/concept/squeaky-clean/.meta/design.md +++ b/exercises/concept/squeaky-clean/.meta/design.md @@ -14,7 +14,7 @@ ## Out of scope -- Converting an integer to a character and vice versa. +- Handling control characters and unicode characters. - Advanced unicode issues such as surrogates, text normalization, combining characters. - Cultural considerations and invariants.