From 42e99769643887722a2437ede5f3e1f4643b6ef1 Mon Sep 17 00:00:00 2001 From: Tomaz Solc Date: Tue, 16 Jan 2024 16:03:58 +0100 Subject: [PATCH] Add a comment about card suit symbols. --- unidecode/x026.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/unidecode/x026.py b/unidecode/x026.py index 79699d3..49b5f3e 100644 --- a/unidecode/x026.py +++ b/unidecode/x026.py @@ -95,6 +95,12 @@ 'black bishop', # 0x5d 'black knight', # 0x5e 'black pawn', # 0x5f + +# Unicode standard doesn't give an explanation why card suits exist in black +# and white variants. Adding "white ..." and "black ..." here isn't useful +# since both variants can be used for either red or black suit color. +# +# See discussion at https://github.com/avian2/unidecode/pull/93 'spades', # 0x60 'hearts', # 0x61 'diamonds', # 0x62