use ISO encoding for BlueBream version
This commit is contained in:
		
							parent
							
								
									322515f966
								
							
						
					
					
						commit
						7483763564
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -30,8 +30,8 @@ word_template = ViewPageTemplateFile('word_page.pt') | |||
| 
 | ||||
| class Base(BrowserPage): | ||||
| 
 | ||||
|     encoding = 'UTF-8' | ||||
|     #encoding = 'ISO8859-15' | ||||
|     #encoding = 'UTF-8' | ||||
|     encoding = 'ISO8859-15' | ||||
| 
 | ||||
|     def __call__(self, *args, **kw): | ||||
|         data = self.index(*args, **kw).encode(self.encoding) | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue