Character Encoding Issues

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Donnie

    Character Encoding Issues

    Just a quick question.

    When I use utf-8 encoding my page shows up fine. However, if I use
    iso-8859-1 I get some funky characters that show up at the top of my page
    where I am just calling "require_on ce." I am using a Win32/IIS/ISAPI/PHP5
    installation, anyone have an idea of what's going on and how to resolve?
    TIA.

    Donnie



  • Andy Hassall

    #2
    Re: Character Encoding Issues

    On Tue, 9 Nov 2004 14:22:53 -0700, "Donnie" <dqmillar@REMOV ETHISyahoo.com>
    wrote:
    [color=blue]
    >When I use utf-8 encoding my page shows up fine. However, if I use
    >iso-8859-1 I get some funky characters that show up at the top of my page
    >where I am just calling "require_on ce." I am using a Win32/IIS/ISAPI/PHP5
    >installation , anyone have an idea of what's going on and how to resolve?[/color]

    Not enough information. Define "funky".

    --
    Andy Hassall / <andy@andyh.co. uk> / <http://www.andyh.co.uk >
    <http://www.andyhsoftwa re.co.uk/space> Space: disk usage analysis tool

    Comment

    • Donnie

      #3
      Re: Character Encoding Issues

      I figured it out... apparently I had a whitespace character that didn't
      show up in my text editor that was in the include file. <feels dumb>

      I erased it and works dandy now.

      Andy Hassall wrote:[color=blue]
      > On Tue, 9 Nov 2004 14:22:53 -0700, "Donnie" <dqmillar@REMOV ETHISyahoo.com>
      > wrote:
      >
      >[color=green]
      >>When I use utf-8 encoding my page shows up fine. However, if I use
      >>iso-8859-1 I get some funky characters that show up at the top of my page
      >>where I am just calling "require_on ce." I am using a Win32/IIS/ISAPI/PHP5
      >>installatio n, anyone have an idea of what's going on and how to resolve?[/color]
      >
      >
      > Not enough information. Define "funky".
      >[/color]

      Comment

      Working...