UnicodeDecodeError: 'utf8' codec can't decode byte 0x96 in position 1054: invalid start byte

Some page template file is obviously not using utf8 as encoding. Either use the debugger or add some logging code for figuring out the offending .pt file...or check your .pt files UTF8 compatibility.

1 Like