1.2-epsilon-RC1 not showing extended chars
-
Hi all, just wanted to drop my 2 cents:
Here’s what I did:
1.- mysqldump my db to file
2.- create new user and db
3.- mysql -u new_user -p new_pw new-wp_db <dumped_file.sql
4.- untar 1.2-epsilon-RC1 source into new dir
5.- mysql -u new_user -p new_pw new-wp_db
mysql > update wp_options set option_value=”https://www.lingo.com.mx/~ruben/wp1.2″ where option_id=1;
6.- point browser to upgrade.php, ran fine
7.- extended chars (?- ?? ??) do not show; but everything else looks ok
I have both versions (1.0 and 1.2) running, if you want to check:
https://www.lingo.com.mx/~ruben/index.php
https://www.lingo.com.mx/~ruben/wp1.2/index.php
Maybe upgrade.php could ask if the user would like to choose a different location for the new wp installation, and do the update I did?
best
Rub??n
- The topic ‘1.2-epsilon-RC1 not showing extended chars’ is closed to new replies.