Edgewall Software

Ticket #1086 (closed defect: duplicate)

Opened 4 years ago

Last modified 2 years ago

utf-8 encode for date string

Reported by: eightbit Owned by: jonas
Priority: normal Milestone:
Component: general Version: 0.8
Severity: minor Keywords:
Cc:

Description

in korean, date format is like this:

2004-12-26 오전 10:08:20 ('오전' means 'forenoon')

date string have 'forenoon' and 'afternoon'. so, date string should be encoded with 'utf-8'

in addition, korean charset name is 'euc-kr' it can use like this in python language:

util.to_utf8(strdate, 'euc-kr')

'euc-kr' can replace with default charset value in trac.ini. i think this code will not affect to other charset.

Attachments

Change History

Changed 4 years ago by cmlenz

  • status changed from new to closed
  • resolution set to duplicate

Duplicate of #1081.

Changed 3 years ago by mgood

  • milestone 0.9 deleted

Add/Change #1086 (utf-8 encode for date string)

Author



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