Atozed Forums
Html files and French characters - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Html files and French characters (/thread-1858.html)



Html files and French characters - valmeras - 08-09-2020

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 ?


RE: Html files and French characters - joel - 08-10-2020

(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;


RE: Html files and French characters - valmeras - 08-10-2020

Yes. For sure.
Otherwise TIWText will not display any of the html code.