Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: [Solved]: Special Character in TITLE  (Read 4914 times)

0 Members and 1 Guest are viewing this topic.

dp-wurzel

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Posts: 24
    • Fotos und Bilder gratis downloaden
[Solved]: Special Character in TITLE
« on: July 17, 2008, 04:14:33 pm »

Hi,

I have Special Characters in TITLE. CPMfetch reading the TITLE from Database and write the TITLE with false Caracters in the *.html File.
Can i change this? I Need the Special Charakters in Title for the Search in Coppermine.

Test http://www.kostenlos-fotos.de/test.html here.

Thanks for help

My english is very bad :-[
« Last Edit: July 17, 2008, 04:36:49 pm by Nibbler »
Logged

Nibbler

  • Guest
Re: Special Character in TITLE
« Reply #1 on: July 17, 2008, 04:22:12 pm »

You need to use UTF-8 for your html page. Change

Code: [Select]
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
to

Code: [Select]
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Then save the page as UTF-8 or unicode in your editor.

Also, update your gallery to 1.4.18.
Logged

dp-wurzel

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Posts: 24
    • Fotos und Bilder gratis downloaden
Re: Special Character in TITLE
« Reply #2 on: July 17, 2008, 04:32:38 pm »

Wow it work's  :D

thank you .

dp-wurzel


Logged

Pascal YAP

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 13833
  • Hello World :-)
    • CPG 1.5.x ExperiMental website
Re: [Solved]: Special Character in TITLE
« Reply #3 on: July 17, 2008, 04:58:58 pm »

REMEMBER :
It's mandatory to UPDATE your Coppermine to v1.4.18 (1.4.13 for you)
Say Thank You only after  ;D
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 19 queries.