dotorimook
Junior Member
Posts: 4
Registered: 6/12/2007
Member Is Offline
|
| posted on 6/12/2007 at 10:36 PM |
|
|
help with asian character in event title
hello,
i just freshly installed the calendar product on my site and added an event.
but it could not render the title which was typed in korean.
can somebody help?
thanks
|
|
|
tigra
Administrator
Posts: 1907
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 6/12/2007 at 11:36 PM |
|
|
You may need to specify the character set in the meta tag.
<html lang="ko">
...
<meta http-equiv="content-language" content="ko">
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
...
|
|
|
dotorimook
Junior Member
Posts: 4
Registered: 6/12/2007
Member Is Offline
|
| posted on 6/13/2007 at 06:40 AM |
|
|
thanks for the answer. where do i put the meta tag?
|
|
|
tigra
Administrator
Posts: 1907
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 6/13/2007 at 02:39 PM |
|
|
In the header of the document that displays whatever you want in Korean.
|
|
|
dotorimook
Junior Member
Posts: 4
Registered: 6/12/2007
Member Is Offline
|
| posted on 6/13/2007 at 03:48 PM |
|
|
no,
if i add an event and hover over the day, then it displays the event title as i hover as an "alt" html-attribute of that tag. and exactly there it
does not render in korean.
and something else,
if i click on that event the url directs to
http://mydomain.com/_blank?CLm=06&CLd=10&CLy=2007&c_num=FFGCalendar&PHPSESSID=1724b22aea7b15f23bb4cd4b3bc9fa02
and a blank page opens without any results. i think something is wrong. but what?
|
|
|
tigra
Administrator
Posts: 1907
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 6/13/2007 at 07:34 PM |
|
|
Regarding Korean: Look at some page that displays alt tag properly and check out in the page what is required for that. I wouldn't even know if what
I see is Korean and if it looks right.
Regarding link and window: Go to calendar configuration in control panel and make sure the target is set to _blank (or _self) and the URL is set to
whatever the URL of the calendar page. It looks like those are swapped.
|
|
|
dotorimook
Junior Member
Posts: 4
Registered: 6/12/2007
Member Is Offline
|
| posted on 6/13/2007 at 10:13 PM |
|
|
thanks, the link problem is solved, how do I make it a pop up window instead of a new window?
and regarding korean, I can't find the file. Can you tell me which file I have to look for? thanks
|
|
|
tigra
Administrator
Posts: 1907
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 6/14/2007 at 07:08 PM |
|
|
re. popup window: this will require the changes to the script. Pop-up windows are not supported in current version.
re. Korean: any file that displays Korean properly. Google some page with Korean text in ALT and see how they do that.
|
|
|