1.

Some Special Characters I Key In My Html Source Members Show Different On My Web Pages. Why? How Can I Solve This?

Answer»

The following special characters,

# @ ! 
{ } [ ] |

which have special meanings for HTML and JAVASCRIPT, will not show correctly in your Web pages, unless you make sure that, before ENTERING SEU, your JOB CCSID matches the language of your keyboard.

Do the following:

  • Step 1- Check out system value qccsid.
  • Step 2- Make sure that your HTML source or stream FILE contains the correct characters
  • Step 3- Make sure that your HTML contains the following <META ... > tag
  • Step 4- Make sure that the HTML from your CGIs is not translated from a CCSID to another CCSID

The following special characters,

# @ ! 
{ } [ ] |

which have special meanings for HTML and JavaScript, will not show correctly in your Web pages, unless you make sure that, before entering SEU, your job CCSID matches the language of your keyboard.

Do the following:



Discussion

No Comment Found