Project

General

Profile

Actions

Bug #1224

closed

about the charset encoding

Added by Anonymous almost 17 years ago. Updated over 15 years ago.

Status:
Missing Feedback
Priority:
Normal
Category:
core
Target version:
ASK QUESTIONS IN Forums:

Description

hi guys,
i am a chinese user, i am in trouble of the charset of chinese, how can i config the lighttpd.conf to make it possible to support chinese
encoding, for example BIG5 or GB2312. It seems that we can only use the default charset of UTF8. Pls help, thanks!

Actions #1

Updated by moo almost 17 years ago

u say you have problem, but what's your problem?

do u mean users can't view BIG5/GB2312 chars in the page except UTF-8? try something like:


mimetype.assign            = (
............
 ".html" => "text/html; charset=GB2312",
 ".htm"  => "text/html; charset=GB2312",
............
)

for any other problem, just tell us "what you expect" (the right one) and "what it is actually" (the wrong effect currently)

Actions #2

Updated by jan over 16 years ago

  • Status changed from New to Fixed
  • Resolution set to worksforme
Actions #3

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Missing Feedback
Actions

Also available in: Atom