From 37a0ec67d4ab00a2470c0e7acf6df844a5c5c5cf Mon Sep 17 00:00:00 2001 From: login (envs.net) Date: Sat, 22 Feb 2020 01:53:32 +0000 Subject: Many instances of \u23CE were left unmodified, so those were changed too I had forgotten to change \u23CE to and introduce a check for in many many places in tcoin.cpp and pcoin.cpp. I should probably put these things in some kind of function so I don't repeat myself. I'll probably do that in a future commit. ---