/demystifying-unicode

A Ruby/Rust talk on how Unicode (specifically UTF-8) is stored and used, specifically in Artichoke.

Primary LanguageRustMIT LicenseMIT

Demystifying Unicode

A Ruby/Rust talk about unicode, and how it is stored and used in code.

This presentation is created using Slidev. Learn more about Slidev on documentations.

Dev/Presenting

To start the slide show:

Edit the slides.md to see the changes.

Learn more about Slidev on documentations.

Building and publishing

yarn run build
yarn run publish

Note: you may want to consider rm -rf dist prior to building and publishing.