Add a BOM to all of the lua files since they're no longer assumed to be UTF-8
Originally committed to SVN as r6962.
This commit is contained in:
parent
18db0b09ac
commit
16cd907fe7
34 changed files with 34 additions and 34 deletions
|
@ -1,4 +1,4 @@
|
|||
-- Copyright (c) 2012, Thomas Goyne <plorkyeran@aegisub.org>
|
||||
-- Copyright (c) 2012, Thomas Goyne <plorkyeran@aegisub.org>
|
||||
--
|
||||
-- Permission to use, copy, modify, and distribute this software for any
|
||||
-- purpose with or without fee is hereby granted, provided that the above
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--[[
|
||||
--[[
|
||||
"Clean Tags" -- An Auto4 LUA script for cleaning up ASS subtitle lines of badly-formed override
|
||||
blocks and redundant/duplicate tags
|
||||
* Designed to work for Aegisub 2.0 and above (only pre-release version was available at the time of
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--[[
|
||||
--[[
|
||||
Copyright (c) 2007, Niels Martin Hansen, Rodrigo Braz Monteiro
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--[[
|
||||
--[[
|
||||
Copyright (c) 2007, Niels Martin Hansen
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Automation 4 demo script
|
||||
-- Automation 4 demo script
|
||||
-- Macro that adds \be1 tags in front of every selected line
|
||||
|
||||
local tr = aegisub.gettext
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Automation 4 demo script
|
||||
-- Automation 4 demo script
|
||||
-- Converts halfwidth (ASCII) Latin letters to fullwidth JIS Latin letters
|
||||
|
||||
local tr = aegisub.gettext
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Copyright (c) 2010, Thomas Goyne <plorkyeran@aegisub.org>
|
||||
-- Copyright (c) 2010, Thomas Goyne <plorkyeran@aegisub.org>
|
||||
--
|
||||
-- Permission to use, copy, modify, and distribute this software for any
|
||||
-- purpose with or without fee is hereby granted, provided that the above
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Copyright (c) 2010, Thomas Goyne <plorkyeran@aegisub.org>
|
||||
-- Copyright (c) 2010, Thomas Goyne <plorkyeran@aegisub.org>
|
||||
--
|
||||
-- Permission to use, copy, modify, and distribute this software for any
|
||||
-- purpose with or without fee is hereby granted, provided that the above
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- This script is given to the public domain.
|
||||
-- This script is given to the public domain.
|
||||
-- You can use and modify the effect freely, also without credit, although I would appreciate some.
|
||||
|
||||
include("karaskel.lua")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- This script is given to the public domain
|
||||
-- This script is given to the public domain
|
||||
-- It was originally intended as an april fool's joke in 2007, though it never really caught on.
|
||||
-- You're encouraged to experiment with this if you have plenty of time.
|
||||
-- Even if it's made as a joke, it does show that "anything is possible with ASS, although some things are insane to try."
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--[[
|
||||
--[[
|
||||
"Clean Tags" -- An Auto4 LUA script for cleaning up ASS subtitle lines of badly-formed override
|
||||
blocks and redundant/duplicate tags
|
||||
* Designed to work for Aegisub 2.0 and above
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Copyright (c) 2012, Thomas Goyne <plorkyeran@aegisub.org>
|
||||
-- Copyright (c) 2012, Thomas Goyne <plorkyeran@aegisub.org>
|
||||
--
|
||||
-- Permission to use, copy, modify, and distribute this software for any
|
||||
-- purpose with or without fee is hereby granted, provided that the above
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--[[
|
||||
--[[
|
||||
Copyright (c) 2007, 2010, Niels Martin Hansen, Rodrigo Braz Monteiro
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--[[
|
||||
--[[
|
||||
Copyright (c) 2007, Niels Martin Hansen, Rodrigo Braz Monteiro
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Copyright (c) 2012, Thomas Goyne <plorkyeran@aegisub.org>
|
||||
-- Copyright (c) 2012, Thomas Goyne <plorkyeran@aegisub.org>
|
||||
--
|
||||
-- Permission to use, copy, modify, and distribute this software for any
|
||||
-- purpose with or without fee is hereby granted, provided that the above
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--[[
|
||||
--[[
|
||||
Copyright (c) 2007, Niels Martin Hansen, Rodrigo Braz Monteiro
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--[[
|
||||
--[[
|
||||
Copyright (c) 2005-2010, Niels Martin Hansen, Rodrigo Braz Monteiro
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--[[
|
||||
--[[
|
||||
Copyright (c) 2005-2006, Niels Martin Hansen, Rodrigo Braz Monteiro
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Automation 4 test file
|
||||
-- Automation 4 test file
|
||||
-- Test that appending lines to a file places the lines in the appropriate
|
||||
-- sections of the file, creating the sections if needed
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Automation 4 test file
|
||||
-- Automation 4 test file
|
||||
-- Create a Filter feature that does some kara stuff
|
||||
|
||||
script_name = "Automation 4 test 6"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Automation 4 test file
|
||||
-- Automation 4 test file
|
||||
-- Create a Macro feature, that displays some text
|
||||
|
||||
script_name = "Automation 4 test 2"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Automation 4 test file
|
||||
-- Automation 4 test file
|
||||
-- Create a Filter feature that does some kara stuff
|
||||
|
||||
script_name = "Automation 4 test 7"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
script_name = "Absurdness"
|
||||
script_name = "Absurdness"
|
||||
script_description = "Benchmark renderers by testing how they react to an absurd number of \\t tags in one line, and an absurd amount of lines each with a single \\t."
|
||||
script_author = "jfs"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Automation 4 test file
|
||||
-- Automation 4 test file
|
||||
-- Create a Macro feature, that displays some text
|
||||
|
||||
script_name = "Automation 4 test 1"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Automation 4 test file
|
||||
-- Automation 4 test file
|
||||
-- Create a Macro feature, that displays some text
|
||||
|
||||
script_name = "Automation 4 test 3"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Automation 4 test file
|
||||
-- Automation 4 test file
|
||||
-- Create a Macro feature, that displays some text
|
||||
|
||||
script_name = "Automation 4 test 4"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Automation 4 test file
|
||||
-- Automation 4 test file
|
||||
-- Create a Macro feature, that displays some text
|
||||
|
||||
script_name = "Automation 4 set-selection test"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Automation 4 test file
|
||||
-- Automation 4 test file
|
||||
-- Create a Filter feature that does some kara stuff
|
||||
|
||||
script_name = "Automation 4 test 10"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
script_name = "Test furigana"
|
||||
script_name = "Test furigana"
|
||||
script_description = "Tests the Auto4/Lua karaskel furigana and multi-highlight code"
|
||||
script_author = "jfs"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
script_name = "Test table.copy_deep"
|
||||
script_name = "Test table.copy_deep"
|
||||
script_description = "Tests the Auto4 Lua utils.lua table.copy_deep function"
|
||||
script_author = "Niels Martin Hansen"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Automation 4 test file
|
||||
-- Automation 4 test file
|
||||
-- Test the result of the text_extents function
|
||||
|
||||
script_name = "Test text_extents"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Automation 4 test file
|
||||
-- Automation 4 test file
|
||||
-- Create a Macro feature, that displays some text
|
||||
|
||||
script_name = "Automation 4 test 5"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
script_name = "Automation 4 test 9"
|
||||
script_name = "Automation 4 test 9"
|
||||
script_description = "Test debug out function"
|
||||
script_author = "Niels Martin Hansen"
|
||||
script_version = "2"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Automation 4 test file
|
||||
-- Automation 4 test file
|
||||
-- Test the unicode.lua include
|
||||
|
||||
script_name = "Automation 4 test 7"
|
||||
|
|
Loading…
Reference in a new issue