UnicodeFormat versus Format #154
Unanswered
rchastain2
asked this question in
Q&A
Replies: 2 comments 1 reply
|
Hum, I dont know... And using formatmse() from mseformatstr.pas unit there is same wrong char like with unicodeformat
|
1 reply
|
The option This also solves the issue: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello MSE friends.
Do you understand why my french text isn't correctly displayed in the attached example?
It's a program that says how many days you have lived, after you enter your birth date.
Here are the interesting lines:
Where
ed_resultis a ttextedit.If I replace unicodeformat with format, I get compiler warnings, but... the text is correctly displayed!
days-260328.zip
All reactions