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

Import HTML pages

New Here ,
Oct 30, 2018 Oct 30, 2018

Copy link to clipboard

Copied

Hello,

I imported some HTML pages but i am having problems for the special characters , sometimes RH can read them and for some it can not. How can i improve this ?

Please advise, thank you

EXP:

Best Regards.

Views

392

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
Adobe Employee ,
Oct 30, 2018 Oct 30, 2018

Copy link to clipboard

Copied

Looks like the files you are reading in are not properly Unicode encoded.

Can you paste the source code of the HTML file you are trying to import until the body tag?

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
New Here ,
Oct 31, 2018 Oct 31, 2018

Copy link to clipboard

Copied

Thank you , this one ?

<HTML>

<HEAD>

<TITLE>Opération > Opérations diverses</TITLE>

<LINK REL="stylesheet" TYPE="text/css" HREF="../images/pshelp_style.css">

</HEAD>

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
Adobe Employee ,
Oct 31, 2018 Oct 31, 2018

Copy link to clipboard

Copied

Okay, this must be very old HTML. And the file is probably not even Unicode encoded.

Try adding these two lines:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<meta charset="character_set">

Like this:

<HTML>

<HEAD>

<TITLE>Opération > Opérations diverses</TITLE>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<meta charset="character_set">

<LINK REL="stylesheet" TYPE="text/css" HREF="../images/pshelp_style.css">

</HEAD>

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
New Here ,
Oct 31, 2018 Oct 31, 2018

Copy link to clipboard

Copied

Thank you for your support,

But, if i add these lines in the HTML page that is originally correct it will give a result with the symbols, if i add it to the code in RH no changes are made ..

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
Adobe Employee ,
Oct 31, 2018 Oct 31, 2018

Copy link to clipboard

Copied

LATEST

Can you share the html file with me? (gentz at adobe.com)

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