French doc PB 6.21 b10 windows 11 - accent problems

Found an issue in the documentation ? Please report it here !

Moderator: Documentation Editors

Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

French doc PB 6.21 b10 windows 11 - accent problems

Post by Denis »

Here is the problème.
Image

I try this to correct (i've recompiled PB help File after that), it seems to be Ok.
For all html file i've done a search replace for these accented French letters :

I have also converted these 3 files to UTF8 :
Index.hhk
PureBasic.hhp (i've created this file to compile)
Table of Contents.hhc

Code: Select all

è  è
é  é
ê  ê
ë  ë
à  á
â  â
ä  ä
æ  æ
ç  ç
î  î
ï  ï
ô  ô
ö  ö
÷  ÷
ù  ù
ú  ú
û  û
‹  ‹
›  ›
Result :
Image


Changes must also be made to the hhc file.
A+
Denis