Skip to content

Arabic transliteration module incompatible with Lua ≥5.2 #14

Open
@skalyan91

Description

@skalyan91

In line 332 of wikt/translit/ar-translit.lua, unpack(sub) should be replaced with table.unpack(sub), otherwise Lua throws the error attempt to call a nil value (global 'unpack').

This may also be an issue with other transliteration modules, but I have not checked if there are any others that use unpack.

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