• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

different encodings windows-1252 vs. UTF-8

Explorer ,
Aug 29, 2012 Aug 29, 2012

Copy link to clipboard

Copied

One of the main problems that occured after introducing RH9 and moving our RH5 project (a merged project) to RH9 is the fact that our application cannot read the .chm files, e.g. there is no help available in our application. Not so good, isn't it?

An idea came to me that it could be the encoding (formerly windows-1252) is now UTF-8

for whatever reason. I don't know whether we actually enforced it or if it was a default choice when we imported the RH5 project.

Anyway, the current situation is a show stopper.

--

Christoph

Views

1.8K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 29, 2012 Aug 29, 2012

Copy link to clipboard

Copied

The encoding changes do not apply to CHMs so that is not the answer.

Does the help open outside your application? Where is the help located when called from your application?


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 29, 2012 Aug 29, 2012

Copy link to clipboard

Copied

The .chm-file is in the same directory as the invoked application on the local drive, not a network drive.

Yes, I can open it by double-click and browse through the help.

The colleague just told me that the english help from some visual basic programs, where

no alias mapping (symbols to numbers) is being used, seems to work, but in cases where a

symbolic mapping to numbers is used, it dowsn't work.

--

Christoph

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 29, 2012 Aug 29, 2012

Copy link to clipboard

Copied

My knowledge of mapping does not enable me to cover that. Anyone?


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Aug 29, 2012 Aug 29, 2012

Copy link to clipboard

Copied

Can you please explain the exact problem you are facing, is the CHM not opening fine or is the CSH API not working for your application.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 30, 2012 Aug 30, 2012

Copy link to clipboard

Copied

The problem is that with my colleague no context help (F1) pops up. When I'm doing it with the same .CHM-file and same program version (our app), it works.

So it is most probably not an issue with mapping or API or some such.

The difference with him is that he is starting the app from a SUBST drive (not a network drive).

OTOH, when I do a SUBST and run the app and CHM from that drive, it also works.

I know there are some quirks to do with registry and Windows 7/64 to get CHM working from

network drives but I have no idea why that would not work from a SUBST drive.

--

Christoph

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 27, 2012 Sep 27, 2012

Copy link to clipboard

Copied

LATEST

Here is the diagnosis:

we are calling the help file via this call:

hwnd = HtmlHelp (
                                 hWnd,
                                 help_name,
                                 HH_HELP_CONTEXT,
                                 (DWORD_PTR)help_id );

The help_id goes in and a Zero handle is returned in the error case.

A valid handle is returned in the functioning case, of course.

So it seems our generated Robohelp 9 chm files have a problem with the ID.

Is there a tool to analyze the chm-file?

--

Christoph

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp