• Gordon

    (@gordon)


    I installed the cvs version of wordpress yesterday. I found some anoying bugs within. ??
    bug #1
    If a post has some none ASCII characters in its contents the will not correctly converted to utf8.
    For example a german ? should be <pre>ö</pre> but wordpress converts the ? into two utf8 characters.
    bug #2
    It seems that there is a strange bug on publishing a post.
    One post is published another is will not publish. I checked some difference between this posts and it
    seems that it makes not difference if one or more catergory is used or special characters are used or
    not.
    bug #3
    in the upgrade_functions.php is a spelling mistake whichs prevent the successfull creation of the wp_postmeta
    table.
    I don’t have enough time to look into this, yet.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Gordon

    (@gordon)

    bug #2 is produced by some functionality by the usage of the post_modified field in the database.
    I had modified the written post and the date (post_modified) was set in the past.
    (Maybe an error in the gmt function or something similiar.)
    Just to let you know… ??

    Thread Starter Gordon

    (@gordon)

    argh, it seems that I was wrong. ??
    bug #2 is a result on non-gmt-aware programs which post an entry without timezone data. The effect is that the entry only popups if the time is reached. In my case within one hour, because I live in GMT+1.

    Thread Starter Gordon

    (@gordon)

    I hate these one man postings. ??
    bug #1 was a result of a wrong setting in my html. Setting both (wp and the html-source) to ISO-8859-1 solved the problems on German-Umlauts.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bugs in the CVS Version’ is closed to new replies.