Censoring Character Special Web

Results 1 to 4 of 4
  1. #1
    RailGunZ Soon! megol is offline
    MemberRank
    Jun 2012 Join Date
    262Posts

    ! Censoring Character Special Web

    Because when I try to add a tilde or other text character in my gunz web censoring me something like this example:

    PHP Code:
    In notepad

    Áerias 
    PHP Code:
    In the web censoring to

    �erias 
    Why?.


  2. #2
    Pee Aitch Pee Dave is offline
    MemberRank
    Mar 2011 Join Date
    The NetherlandsLocation
    722Posts

    Re: Censoring Character Special Web

    You forgot the meta encoding tag.
    > Google

  3. #3
    RailGunZ Soon! megol is offline
    MemberRank
    Jun 2012 Join Date
    262Posts

    Re: Censoring Character Special Web

    how to remover these?

    PHP Code:
     

  4. #4
    Pee Aitch Pee Dave is offline
    MemberRank
    Mar 2011 Join Date
    The NetherlandsLocation
    722Posts

    Re: Censoring Character Special Web

    That's PHP BOM. utf 8 - UTF-8 BOM signature in PHP files - Stack Overflow

    You should use Notepad++ when you're working with such files. Resave the PHP file and change the encoding.



Advertisement