If a string contains accented characters, @upper[] does not write them in capital letters:
instead of:
And lower[] has the opposite problem:
@caps[] is affected too:
Is it possible to fix these functions?
Tested with TCMD 26.02.43 and TCC-RT 29.00.17.
F:\>echo %@upper[Les élèves français apprennent où placer les caractères accentués]
LES éLèVES FRANçAIS APPRENNENT Où PLACER LES CARACTèRES ACCENTUéS
instead of:
LES ÉLÈVES FRANÇAIS APPRENNENT OÙ PLACER LES CARACTÈRES ACCENTUÉS
And lower[] has the opposite problem:
F:\>echo %@lower[LES ÉLÈVES FRANÇAIS APPRENNENT OÙ PLACER LES CARACTÈRES ACCENTUÉS]
les ÉlÈves franÇais apprennent oÙ placer les caractÈres accentuÉs
@caps[] is affected too:
F:\>echo %@caps[cet étudiant vit à Paris]
Cet étudiant Vit à Paris
Is it possible to fix these functions?
Tested with TCMD 26.02.43 and TCC-RT 29.00.17.