You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to webgen...@googlegroups.com
I hadedifficult
time with UTF-8 with
BOM in my„Index.Page“.
The blocks
structure is destroyed,
although the character(the „BOM“) is invisible (exception: Ellipse).YAML
is unfortunately very delicate about space character.
Best regards,
Fritz
Thomas Leitner
unread,
Mar 9, 2015, 11:55:35 AM3/9/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to webgen...@googlegroups.com
Please use a text editor where you can control usage of the BOM, for
the time being. I will add a fix for files based on the Webgen Page
Format to remove a BOM when found.
Best regards,
Thomas
Thomas Leitner
unread,
Mar 14, 2015, 5:31:30 PM3/14/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to webgen...@googlegroups.com
On 2015-03-09 05:23 -0700 Johann Friedrich Heinrichmeyer wrote:
I have taken another path to remedy this problem. There will be a new
'io_open_mode' meta information key which can be used to specify a Ruby
IO open mode for individual paths.
This facility can be used to avoid the BOM problems using 'r:BOM|UTF-8'
or to selectively open files with a different encoding (e.g.
'r:ISO-8859-1').