RubyConfMini 2022: The Three-Encoding Problem by Kevin Menard
Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=eoD0MsBpDXk
You’ve probably heard of UTF-8 and know about strings, but did you know that Ruby supports more than 100 other encodings? In fact, your application probably uses three encodings without you realizing it. Moreover, encodings apply to more than just strings. In this talk, we’ll take a look at Ruby’s fairly unique approach to encodings and better understand the impact they have on the correctness and performance of our applications. We’ll take a look at the rich encoding APIs Ruby provides and by the end of the talk, you won’t just reach for force_encoding when you see an encoding exception.
Other Videos By Confreaks
Tags:
Ruby
RubyConf
RubyConf Mini
Ruby Language
Ruby on Rails