Forums / Installing on a Linux/Unix Server / How to change from-code ISO-8859-1 to-code=UTF-8?

How to change from-code ISO-8859-1 to-code=UTF-8?

Results 1 to 6 of 6
05 Apr 2014, 21:38
#1
lina0962 avatar

lina0962

Zen Follower

Join Date:
Jun 2006
Posts:
403
Plugin Contributions:
0

How to change from-code ISO-8859-1 to-code=UTF-8?

How to change from-code ISO-8859-1 to-code=UTF-8?
06 Apr 2014, 06:33
#2
rodg avatar

rodg

Deceased

Join Date:
Jan 2007
Posts:
6,263
Plugin Contributions:
3

Re: How to change from-code ISO-8859-1 to-code=UTF-8?

lina0962:

How to change from-code ISO-8859-1 to-code=UTF-8?


Firstly read this:

http://www.zen-cart.com/content.php?313-should-i-convert-my-store-from-iso-8859-1-to-utf8

If you choose to proceed and make the file changes (on not makes them as the case may be) you will also need
https://www.zen-cart.com/downloads.php?do=file&id=1280 to convert the database.

Ensure you have backups before doing anything.

Cheers
RodG
28 Oct 2014, 17:05
#3
lina0962 avatar

lina0962

Zen Follower

Join Date:
Jun 2006
Posts:
403
Plugin Contributions:
0

Re: How to change from-code ISO-8859-1 to-code=UTF-8?

Why my <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1> is still set as "iso-8859-1" after I downloaded MySQL charset converter (beta) to convert from latin1-to-UTF8 ?
28 Oct 2014, 18:08
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: How to change from-code ISO-8859-1 to-code=UTF-8?

lina0962:

Why my <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1> is still set as "iso-8859-1" after I downloaded MySQL charset converter (beta) to convert from latin1-to-UTF8 ?

... because you didn't follow the instructions here: http://www.zen-cart.com/content.php?313-should-i-convert-my-store-from-iso-8859-1-to-utf8 to edit your language files.
28 Oct 2014, 18:50
#5
lina0962 avatar

lina0962

Zen Follower

Join Date:
Jun 2006
Posts:
403
Plugin Contributions:
0

Re: How to change from-code ISO-8859-1 to-code=UTF-8?

DrByte:

... because you didn't follow the instructions here: http://www.zen-cart.com/content.php?313-should-i-convert-my-store-from-iso-8859-1-to-utf8 to edit your language files.


Do you mean /admin/includes/languages/english.php and non-admin /includes/languages/english.php?

I modified these two. I don't quite understand what does it mean by "and all other language_name.php files in that folder".....
28 Oct 2014, 19:00
#6
lina0962 avatar

lina0962

Zen Follower

Join Date:
Jun 2006
Posts:
403
Plugin Contributions:
0

Re: How to change from-code ISO-8859-1 to-code=UTF-8?

I figured it! It should be non-admin /includes/languages/english.php in my own folder.