Jump to ContentJump to Navigation/Login
` ` ` ` ` `

[Register]

Occasional ATutor release updates


No Members Logged In

(4 guests in past 15 min.)

Access Understanding Web Accessibility to learn about accessibility, or Register to take the course for FREE.

Support Forums

ATutor Support

Course


You must be signed-in to post.

AuthorSubject
  Page: 1
ihnd

Avatar for ihnd
ihnd.jpg

Attachment: ihnd.jpg
Subject: CourseQuote this post in your reply
ATutor Version:
2.0. Check Latest Version.
PHP Version:
5.3.0
MySQL Version:
5.1.36-community-log
OS:
Windows NT 6.0


---------------------
JUST In "my start page", course title shown in wrong Unicode.
What is the problem?

I use UTF-8 Unicode and every thing is correct.
T attach a screen shot.
Posted: 2010-08-30 05:44:33
greg

Avatar for greg
Subject: Re: CourseQuote this post in your reply
Reported to the bug tracker, thanks.
www.atutor.ca/atutor/mantis/view.php?id=4516
Posted: 2010-08-30 09:00:17
harris

Avatar for harris
Subject: Re: CourseQuote this post in your reply
A quick fix below:
Open
themes/default/users/index/tmpl.php
line 49:

Change
htmlentities($row['title'])

to
htmlentities_utf8($row['title'])

This change will probably reflect in the next release of ATutor.
Posted: 2010-08-30 10:32:59
ihnd

Avatar for ihnd
Subject: Re: CourseQuote this post in your reply
It worked. very thanks.
Posted: 2010-08-30 20:41:43
 Page: 1

You must be signed-in to post.