Browse Source

set feed encoding to utf-8

Thomas Buck 2 years ago
parent
commit
5ff97d94de
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      macros.py

+ 1
- 1
macros.py View File

443
 # rss feed generation
443
 # rss feed generation
444
 # -----------------------------------------------------------------------------
444
 # -----------------------------------------------------------------------------
445
 
445
 
446
-_RSS = """<?xml version="1.0"?>
446
+_RSS = """<?xml version="1.0" encoding="UTF-8"?>
447
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
447
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
448
 <channel>
448
 <channel>
449
 <title>%s</title>
449
 <title>%s</title>

Loading…
Cancel
Save