Atozed Forums

Full Version: Html files and French characters
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using Intraweb 14.2.7 with Rad Studio (C++ Builder) 10.2.3
I use to create html files I load into my Intraweb application using IWText
If I open the html files, outside Intraweb, in Firefox for example, all French character appear correctly
But if I load them in Intraweb and run my application, they appear with weird characters.
Example: "Prénom" appears like that: Prénom
In my html files, I always includes the line below
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
What can be the reason ?
(08-09-2020, 05:03 PM)valmeras Wrote: [ -> ]I am using Intraweb 14.2.7 with Rad Studio (C++ Builder) 10.2.3
I use to create html files I load into my Intraweb application using IWText
If I open the html files, outside Intraweb, in Firefox for example, all French character appear correctly
But if I load them in Intraweb and run my application, they appear with weird characters.
Example: "Prénom" appears like that: Prénom
In my html files, I always includes the line below
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
What can be the reason ?
Are you setting the rawtext property to true;
Yes. For sure.
Otherwise TIWText will not display any of the html code.