Skip to content

UTF-8 BOM causes problems #1

@nrother

Description

@nrother

UTF-8 files with Byte-Order-Mark (http://en.wikipedia.org/wiki/Byte_order_mark) at the beginning (like the ones created by Visual Studio) produce parsing errors.

Workaround: Use another Editor like Notepad++ to create a file without BOM.

This is a bug in LuaInterface/Lua itself, so not really in the scope of DynamicLua. It's not easy to fix this in DynamicLua, because a fix would include checking all files passed to Lua, witch can be very slow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions