comparison tests/bakes/test_unicode.yaml @ 520:bab91fcef741

bake/serve: Improve support for unicode, add slugification options. * Add slugification options for taxonomies. * Sort out some unicode support problems on OSX. * Add tests.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 28 Jul 2015 18:34:21 -0700
parents
children 45ad976712ec
comparison
equal deleted inserted replaced
519:9d1a89cd8146 520:bab91fcef741
1 ---
2 in:
3 posts/2010-01-01_déjà-des-accents.md: 'POST URL: {{page.url}}'
4 pages/présentation.md: 'PAGE URL: {{page.url}}'
5 pages/_index.md: ''
6 out:
7 '2010':
8 '01':
9 '01':
10 déjà-des-accents.html: 'POST URL: /2010/01/01/d%C3%A9j%C3%A0-des-accents.html'
11 présentation.html: 'PAGE URL: /pr%C3%A9sentation.html'
12 index.html: ''
13 ---
14 in:
15 pages/special/Это тэг.md: 'PAGE URL: {{page.url}}'
16 pages/_index.md: ''
17 out:
18 special:
19 Это тэг.html: 'PAGE URL: /special/%D0%AD%D1%82%D0%BE%20%D1%82%D1%8D%D0%B3.html'
20 index.html: ''
21