Edgewall Software

Ticket #2665 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

UTF8 encoding.

Reported by: anonymous Owned by: cboos
Priority: normal Milestone: 0.10
Component: wiki system Version: 0.9.3
Severity: minor Keywords: utf-8 unicode
Cc: m@…

Description

Bug of feature ? %de?

Attachments

Change History

Changed 3 years ago by anonymous

Bug or feature ?

[wiki:pl/de %de]

%de?

Changed 3 years ago by anonymous

W3 validator result.

Result:	Failed validation, 	
File:	TitleIndex.htm	
Encoding:	utf-8	
Doctype:		

Sorry, I am unable to validate this document because on line 66 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication.

Changed 3 years ago by Markus Tacker <m@…>

  • cc m@… added
  • keywords utf-8 unicode added

Changed 3 years ago by cboos

  • owner changed from jonas to cboos
  • severity changed from major to minor
  • milestone set to 0.10

There are a couple of urllib.unquote in trac/wiki/api.py lines 226-227 which explain this behavior. I think this is a left-over from the time we didn't have a way to quote spaces and that the use of '%20' was recommended for this.

I think we should remove those urllib.unquote. Any objections?

Changed 3 years ago by cboos

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

Fixed in [3143:3144].

Add/Change #2665 (UTF8 encoding.)

Author



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