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] 2   Go Down

Author Topic: 1.4.1 - keyword list return incorrect result for chinese characters (utf8)  (Read 18276 times)

0 Members and 1 Guest are viewing this topic.

itang

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 63

Running 1.4.1 and utf-8 encoding. Have some picuters with Chinese characters keyword. The keyword list comes out correctly.

When clicking on certain Chinese keywords, no picture has been found. The searching result table title (at the top right hand corner) contained corrupted Chinese words.

However, there is no problem to do a normal search and all the Chinese characters shown up correctly.
« Last Edit: November 27, 2005, 06:18:15 pm by DJMaze »
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231

I have no way to test this, moved to 1.4 testing/bugs board.

itang, thanks foryour report.
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

itang

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 63

It only happened in IE.

It is normal in Firefox!

Get back the web!
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de

[moderation]
bumping this unresolved thread to the top...
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de

@itang: what are your character encoding settings in IE?
Logged

omniscientdeveloper

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 901
Re: 1.4.1 - keyword list return incorrect result for chinese characters (utf8)
« Reply #5 on: September 12, 2005, 06:35:23 am »

*BUMP*
Logged

artistsinhawaii

  • VIP
  • Coppermine addict
  • ***
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 856
    • evj art and photography
Re: 1.4.1 - keyword list return incorrect result for chinese characters (utf8)
« Reply #6 on: September 23, 2005, 11:01:40 am »

Finally feeling a little more comfortable around Coppermine, I thought I'd give the Japanese language a test drive. 

Sort function works fine for Japanese language in standard and keyword search modes, provided keywords are not in quotes. 

With Japanese, however, and this goes back to using quotes to separate keywords, I can't find a way to separate keywords in a keyword field so that each keyword is recognized as a separate word.  Japanese quotes and English quotes do not work. 

If I separate the words with spaces, they are linked as one keyword and listed in the keyword search as: 吉川 田辺 神奈川  ( ONE keyword with no surrounding quotes).
If I separate the words with quotes, they are linked as ONE keyword and listed in the keyword search as  "吉川" " 田辺" " 神奈川"   -  (ONE keyword all within quotes).

Without quotes, there is no problem searching. 

With quotes, the search function fails and the return result is:

search:               
検索結果 - ""吉川" "田辺" "神奈川""


Dennis
Logged
Learn and live ... In January of 2011, after a botched stent attempt, the doctors told me I needed a multiple bypass surgery or I could die.  I told them I needed new doctors.

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de

We're getting nowhere with this thread. I'm marking it as "known issue"
Logged

artistsinhawaii

  • VIP
  • Coppermine addict
  • ***
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 856
    • evj art and photography

I don't know if this will help any of the developers, but, the space character for Asian languages (Chinese/Japanese) is:  & # 12288; (without the spaces between &,#,12288) as opposed to %20

Dennis
« Last Edit: October 22, 2005, 03:53:41 am by madeinhawaii »
Logged
Learn and live ... In January of 2011, after a botched stent attempt, the doctors told me I needed a multiple bypass surgery or I could die.  I told them I needed new doctors.

logue

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
    • Epilogue/LogueWiki

Isn't a problem in setting of php.ini?

I did the interval to a trouble which was alike when translating SMF into Japanese.
Then, garbled characters were lost when php.ini was modified as follows.

Code: [Select]
unicode.runtime_encoding = iso-8859-1to
Code: [Select]
unicode.runtime_encoding = utf-8
Code: [Select]
;mbstring.internal_encoding = EUC-JPto
Code: [Select]
mbstring.internal_encoding = UTF-8
Code: [Select]
;mbstring.substitute_character = none;to
Code: [Select]
mbstring.substitute_character = 12307;
Code: [Select]
tidy.clean_output = Offto
Code: [Select]
tidy.clean_output = On
There may also be a part which is not related...
Logged
SMFを日本語化してます。
Epilogue/LogueWiki
Forum

CapriSkye

  • Translator
  • Coppermine frequent poster
  • **
  • Offline Offline
  • Posts: 126
    • 森林之原
Re: 1.4.1 - keyword list return incorrect result for chinese characters (utf8)
« Reply #10 on: November 09, 2005, 01:15:09 am »

it might have something to do with your database encoding...
i'm using latest apache, php, and mysql 5
everything works okay, nothing wrong with keyword search.
i even tried with the keyword itang was having trouble with.
jfyi
Logged

artistsinhawaii

  • VIP
  • Coppermine addict
  • ***
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 856
    • evj art and photography
Re: 1.4.1 - keyword list return incorrect result for chinese characters (utf8)
« Reply #11 on: November 09, 2005, 02:09:55 am »

it might have something to do with your database encoding...
i'm using latest apache, php, and mysql 5
everything works okay, nothing wrong with keyword search.
i even tried with the keyword itang was having trouble with.
jfyi

Interesting.  Did you try stringing multiple keywords? More than one keyword in the keyword field?

I found that replacing the doublebyte space character with %20 allows these words to be searched separately.

Dennis
Logged
Learn and live ... In January of 2011, after a botched stent attempt, the doctors told me I needed a multiple bypass surgery or I could die.  I told them I needed new doctors.

CapriSkye

  • Translator
  • Coppermine frequent poster
  • **
  • Offline Offline
  • Posts: 126
    • 森林之原
Re: 1.4.1 - keyword list return incorrect result for chinese characters (utf8)
« Reply #12 on: November 09, 2005, 03:06:29 am »

here's my test site, you can try it yourself
http://www.capriskye.com/gallery

the snowboard pic is using the keywords as itang used.
the msu pic has one character in the keyword field.
and doesn't matter how many characters i used to search, i still get the correct results.
Logged

artistsinhawaii

  • VIP
  • Coppermine addict
  • ***
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 856
    • evj art and photography
Re: 1.4.1 - keyword list return incorrect result for chinese characters (utf8)
« Reply #13 on: November 10, 2005, 05:11:59 am »


and doesn't matter how many characters i used to search, i still get the correct results.

But what about characters separated by spaces?  Suppose you wanted to link a picture to three different albums?  ie

四角 丸い 細長 

Will the search function read each as a separate keyword? or will it read it all as one?  In my case, it reads it all as one.

Dennis

Logged
Learn and live ... In January of 2011, after a botched stent attempt, the doctors told me I needed a multiple bypass surgery or I could die.  I told them I needed new doctors.

CapriSkye

  • Translator
  • Coppermine frequent poster
  • **
  • Offline Offline
  • Posts: 126
    • 森林之原
Re: 1.4.1 - keyword list return incorrect result for chinese characters (utf8)
« Reply #14 on: November 10, 2005, 05:57:17 am »

are you saying if you search 角, it wouldn't return anything?
even though that keyword is in 四角 丸い 細長?
if so that's not the case for me.

i've change the keywords for the snowboard to the following:
電腦 動作 雪板 雪 滑

if you just search 電, it would return that picture.
if you search 電腦動作, without the space between them, it wouldn't return anything.
but i don't think that's a problem, isn't that how it's suppose to work?
Logged

artistsinhawaii

  • VIP
  • Coppermine addict
  • ***
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 856
    • evj art and photography
Re: 1.4.1 - keyword list return incorrect result for chinese characters (utf8)
« Reply #15 on: November 10, 2005, 06:12:44 am »

if you just search 電, it would return that picture.
if you search 電腦動作, without the space between them, it wouldn't return anything.
but i don't think that's a problem, isn't that how it's suppose to work?


yep, that's how it's suppose to work.  Good to know that the problem is not in CPG but in my database encoding somewhere.  I'll sort it out.  Thanks.

Dennis
Logged
Learn and live ... In January of 2011, after a botched stent attempt, the doctors told me I needed a multiple bypass surgery or I could die.  I told them I needed new doctors.

DJMaze

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Posts: 831
    • Dragonfly CMS
Re: 1.4.1 - keyword list return incorrect result for chinese characters (utf8)
« Reply #16 on: November 24, 2005, 10:28:40 am »

if you look carefully only one character is changed into garbig.
The two questionmarks should actualy be three questionmarks since the chinese character consists of three bytes, not two.
Mostly it means that the font used in IE doesn't have the character within or the application can't handle the code.

I don't have IE and i don't understand chinese so finding that specific character is hard for me. Maybe post it ?
Logged
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

artistsinhawaii

  • VIP
  • Coppermine addict
  • ***
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 856
    • evj art and photography
Re: 1.4.1 - keyword list return incorrect result for chinese characters (utf8)
« Reply #17 on: November 25, 2005, 04:32:29 am »

@DJMAZE,


I can't remember how I pulled this one out but for Asian character sets, the blank space between characters when one hits the space bar is:
 
& # 12288; (that's without the spaces between the &, #, and 12288) as opposed to %20 or & # 32;  for standard latin ascii characters.  If this could be replaced with the latin ascii equivalent that would resolve the issue.


Dennis
Logged
Learn and live ... In January of 2011, after a botched stent attempt, the doctors told me I needed a multiple bypass surgery or I could die.  I told them I needed new doctors.

DJMaze

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Posts: 831
    • Dragonfly CMS
Re: 1.4.1 - keyword list return incorrect result for chinese characters (utf8)
« Reply #18 on: November 25, 2005, 04:12:58 pm »

If this realy is a "space" issue then there are probably much more issues since there are many kinds of spaces.

I will design a PHP with the complete unicode character set so that people can test each and every character ok ?
Logged
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

DJMaze

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Posts: 831
    • Dragonfly CMS
Re: 1.4.1 - keyword list return incorrect result for chinese characters (utf8)
« Reply #19 on: November 25, 2005, 05:48:42 pm »

nvm here it is: http://dragonflycms.org/unicode/?p=60#12288

I've wrapped it up in pages constisting of 150 chars on each page or your browser might choke in it
Logged
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0
Pages: [1] 2   Go Up
 

Page created in 0.039 seconds with 19 queries.