Author Topic: Help plugin does not work with accentuated characters  (Read 4313 times)

Offline gd_on

  • Lives here!
  • ****
  • Posts: 824
Help plugin does not work with accentuated characters
« on: September 16, 2007, 08:05:41 pm »
I tried the help plugin (under windows XP, CB 4471) with a french translation of man pages found on http://manpagesfr.free.fr/. But it does not work. Pages are found, but not displayed. Apparently, it's a problem with accentuated characters. If on a short page, I delete all these characters, the page is displayed. If i had only one accentuated character, the page is not displayed.
I hope you can do something for this.

Gd_on
Windows 11 64 bits (24H2), svn C::B (last version or almost!), wxWidgets 3.2.8 (tests with 3.3), Msys2 Compilers 15.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Help plugin does not work with accentuated characters
« Reply #1 on: September 16, 2007, 09:15:56 pm »
I knew this bug was coming, but don't worry it, I'll check it :wink:

[edit]
Fixed.
[/edit]
« Last Edit: September 16, 2007, 11:42:06 pm by Ceniza »

Offline gd_on

  • Lives here!
  • ****
  • Posts: 824
Re: Help plugin does not work with accentuated characters
« Reply #2 on: September 17, 2007, 04:13:55 pm »
Thanks. I'll wait the next nightly release.
May be an other problem.
I have also downloaded an english version on the man pages. But it looks that some of them are nested (or indirect), and in that case, the plugin does not work.
For example, if I want to find sprintf in the man page.
The plugin tells me that there are 2 entries : sprintf.3 and sprintf.3p
But if I click on the first or the second one, the plugin tells me : Man page not found.
If I look within sprintf.3 or sprintf.3b I find :
.so man3/printf.3
or
.so man3p/printf.3p
I'm not familiar with linux (sorry, I work with windows), but it looks as if it's an indirect call to display printf.3, which effectively gives the sprintf syntax. And that call, under windows (may be it's ok with linux), does not work.

Gd_on
Windows 11 64 bits (24H2), svn C::B (last version or almost!), wxWidgets 3.2.8 (tests with 3.3), Msys2 Compilers 15.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Help plugin does not work with accentuated characters
« Reply #3 on: September 17, 2007, 06:55:36 pm »
That should be fixed too :wink: