DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2008-06-13 07:26:00

muckoda
New member

HyperLink Text tool tip | japanese character's

Hi All,

My recent project is a japanese website in which everything goes fine. from last couple of day i am stuck with an issue..
which is title text of an hyperlink... text in not a general text these are japanese character's which comes up correclty in the firefox but not in IE..

below is the sample code for the same

--------------------

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//JA" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml charset=UTF-8">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
</head>

<body>

<a href="#" title="特典プログラムに参加">
     特典プログラムに参加
</a>

</body>
</html>

-----------------------------

any help or pointer would be highly appreciable..

Thanx
Muckoda


Thanks,

Muckoda
Web User Interface Analyst

Offline

 

#2 2008-06-13 10:33:16

fabrice
DebugBar Support

Re: HyperLink Text tool tip | japanese character's

Hi,

I tested on IE and IETester and it is working fine on my side.
COuld you tell me which OS/IE version and which IETester tab version are you using in order to reproduce the problem ?

Thanks.

Offline

 

#3 2008-06-13 11:35:52

muckoda
New member

Re: HyperLink Text tool tip | japanese character's

Hi Fabrice,

Thanks for you prompt reply..

Currently i am using windows xp and tested it on both IE 6 and IE7.. it shows me ??????????????
but on firefox it working fine it shows me japanese characters i.e.特典プログラムに参加

Is any language pack needs to install or something like that?


Thanks,

Muckoda
Web User Interface Analyst

Offline

 

#4 2008-06-13 12:25:41

fabrice
DebugBar Support

Re: HyperLink Text tool tip | japanese character's

Do you have the problem with IETester or IE itself ?

Please check which encoding IE is using to display the page (right click and check "Encoding" submenu), and also check if you have installed all the needed language packs : Go to "Regional and Language Options" and check boxes on the second tab.

Hope this helps.

Offline