Ticket #1224 (closed defect: worksforme)

Opened 15 months ago

Last modified 13 months ago

about the charset encoding

Reported by: anonymous Owned by: jan
Priority: normal Milestone: 1.4.17
Component: core Version: 1.4.15
Severity: normal Keywords: encoding charset
Cc: Blocked By:
Need User Feedback: no Blocking:

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!

Attachments

Change History

Changed 15 months ago by moo

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)

Changed 13 months ago by jan

  • status changed from new to closed
  • resolution set to worksforme
  • pending unset
  • milestone changed from 1.5.0 to 1.4.17

Add/Change #1224 (about the charset encoding)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.