Log in with username/password: lyceum/lyceum

Ticket #797 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Use system charset for login and register pages

Reported by: lyceum Assigned to:
Priority: highest Milestone: 1.0
Keywords: header Cc: xfliu.math@gmail.com

Description

I don't know wheather this bug comes from WordPress? or not. Anyway, I would like to paste is here:

In wp-login.php one line is missing.

header( 'Content-Type: text/html; charset='.get_settings('blog_charset') );

And in wp-register.php, around 19th line , it is

header( 'Content-Type: text/html; charset=UTF-8' );

, which I think not correct since we may choose other kinds of charset.

This bug will lead to the problem that IE displays nothing when your blogs use UTF-8 charset.

Change History

06/17/07 12:13:14 changed by jjb

  • priority changed from high to highest.
  • milestone changed from 1.0.10.1 to 1.0.10.0.

Thanks! Nice catch!

see also: #414

08/08/07 00:45:57 changed by jjb

  • status changed from new to closed.
  • resolution set to fixed.
  • summary changed from A bug of Lyceum to Use system charset for login and register pages.

[1039]

fixed. xfliu, let me know if you feel that is complete.

Log in with username/password: lyceum/lyceum