Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sun128764 authored Oct 8, 2023
1 parent eaffa27 commit 46a5e7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# AssParser · [![Publish to nuget](https://github.com/AmusementClub/AssParser/actions/workflows/dotnet-nuget.yml/badge.svg)](https://github.com/AmusementClub/AssParser/actions/workflows/dotnet-nuget.yml) [![All test](https://github.com/AmusementClub/AssParser/actions/workflows/test.yml/badge.svg)](https://github.com/AmusementClub/AssParser/actions/workflows/test.yml)
# AssParser · [![Publish to nuget](https://github.com/AmusementClub/AssParser/actions/workflows/dotnet-nuget.yml/badge.svg)](https://github.com/AmusementClub/AssParser/actions/workflows/dotnet-nuget.yml)![Nuget](https://img.shields.io/nuget/v/AssParser.Lib?logo=nuget)
[![Test](https://github.com/AmusementClub/AssParser/actions/workflows/test.yml/badge.svg)](https://github.com/AmusementClub/AssParser/actions/workflows/test.yml)

Parse ASS(SubStation Alpha Subtitles) file faster. No Regex. All managed code.

Expand Down Expand Up @@ -65,4 +66,4 @@ string fontsData = assfile.UnknownSections["[Fonts]"];
## Decode & Encode UUEncode
``` cs
byte[] data = UUEncode.Decode(fontsData, out var crlf);
string encoded = UUEncode.Eecode(data, crlf)
string encoded = UUEncode.Eecode(data, crlf)

0 comments on commit 46a5e7e

Please sign in to comment.