WordPress 2.3.3 in detail
February 8, 2008 31 Comments
WordPress 2.3.3 has been released and includes a number of changes including one security fix, here is a list of most of the changes in detail:
- Reversion of the change to sent the “Sender” in
wp_mail()(#5273). - Changes to the magic number detection for gettext file loading for better support of 64bit systems (#3780).
- A fix in install-helper.php so that you do not get errors when included from a plugin (#5090).
- Addition of extra capabilities checks to the xmlrpc code (#5313).
- Fixes to the naming of some query variables used for category intersections (#5788).
For a complete list of all the changes you can read this section of the branches/2.3 log.

My blog used to display Hindi in version 2.1.3. With 2.3.3 it does not. Any ideas, fixes, suggestions to get Hindi displayed properly gratefully received. Thanks much.
@umlaut: You need to install the correct localisation files and configuration to get your blog to display in a language other than English. You can read more information on this on the WordPress codex – http://codex.wordpress.org/Localization
Thanks for the quick response Peter!
The odd thing is that Hindi is not a supported language on the link. It never was. But WP2.1.3 rendered Hindi just fine, despite WordPress not being localized to Hindi. Now it does not. Any idea which file(s) may be involved?
Another (related?) issue is the display of apostrophes and and “em” dashes – it is all messed up. Pointers to possible files I need to hack would be wonderful.
Thanks, again!
@umlaut: I take it by “rendered Hindi” you mean in post entries etc. I think you need to look at what encoding you are using in your database and you may need to add an entry to the wp-config.php file to make sure WordPress talks to the database using the same encoding – this information in the codex may be on some use – http://codex.wordpress.org/Converting_Database_Character_Sets
Thanks Peter!
Pingback: Episode 34: WordPress 2.3.3 released, more security problems and Prologue « The WordPress Community