tage64 / chess-cli

A repl to edit and analyse chess games.
GNU General Public License v3.0
1 stars 0 forks source link

Missing shorten in "c" command. #20

Open GabrieleBattaglia opened 1 month ago

GabrieleBattaglia commented 1 month ago

In "c" command that stands for comment, the shorten parameters weren't taken. For instance c sh doesn't work and you must type c show. I'd like also to suggest to internally convert all the text eventually present in comments and pgn tags in UTF8. In my case this comment appears like this: c show Il centro � controllato dal
Bianco che ha anche un pedone in pi�. Coi Cavalli in c3 e f3 avrebbe un
vantaggio decisivo.

In the sentence: "centro � controllato" the symbol in the middle should be "è" as in UTF8 code.

Thanks.

GabrieleBattaglia commented 1 month ago

In the same way, the word "pi�" should be "più".

tage64 commented 3 days ago

I hope that commit 67e6108 solves this. Could you please confirm that.