In sending and receiving trackback, Korean characters does not display properly when the other site's character set is 'EUC-KR' not 'UTF-8'.

trackback.ping.inc
line 79

- if ($charset = $defaults[$locale] and is_array($charset)) {

+ $charset = array('UTF-8', 'EUC-KR', 'ISO-8859-1', 'JIS', 'EUC-JP', 'SJIS'); //PSS added
if (is_array($charset)) {

original source : http://drupal.kldp.org/node/236

Applying this patch, receiving trackback is fine but there is still problem in sending trackback.

CommentFileSizeAuthor
#2 trackback.png39.75 KBsaerogy

Comments

thepanz’s picture

Version: 6.x-1.1 » 6.x-1.x-dev
Assigned: saerogy » Unassigned
Status: Active » Postponed (maintainer needs more info)

Can you provide more details for this issue?

saerogy’s picture

Status: Postponed (maintainer needs more info) » Active
StatusFileSize
new39.75 KB

You can see Sending Trackback's characters are broken in the attached file.

Thank you for you response to my problem.

PS. In version 6.x-1.1, sending and receiving trackback, both of all have problems, but in 6.x-1.x, sending trackback only.

saerogy’s picture

Status: Active » Closed (fixed)

It's fixed.