Page 1 of 1

Typo'd @remark tags

Posted: Fri Jan 26, 2024 1:21 pm
by spikey
Windows 6.03 and 6.10B1, there a few typo'd "@Remark" tags which should say "@Remarks" and don't render correctly.

English:
Window.txt on line 1071.

French:
Http.txt on line 475.

German:
Http.txt on line 421.
Window.txt on line 1136.

Re: Typo'd @remark tags

Posted: Fri Jan 26, 2024 1:58 pm
by ChrisR
I add the wrong encoding for "PureBasic - Manuel de Référence" in the French help from reference.html.

Image

Re: Typo'd @remark tags

Posted: Fri Jan 26, 2024 2:27 pm
by AZJIO
If you use UTF-8, then the search does not work. That's why I always use ANSI to compile CHM.
I use UTF-8 only if I want to make it possible to translate the help into another language. Then anyone can select a text and translate it in Google Translator. If I do it in ANSI encoding, then people will only see question marks (?) instead of text.

Re: Typo'd @remark tags

Posted: Wed Feb 07, 2024 11:40 pm
by Andre
The '@Remark' things (missing 's') is fixed.

The other things about encoding and UTF-8 is something for Fred to look for.