Practical Serialization In Go: Unicode Normalization

preview_player
Показать описание
When working with Unicode, there can be some pitfalls to watch out for. There are times we may need to do something called Unicode normalization.

In order to compare or search Unicode strings, software can use either composed or decomposed forms. Let's take a look at how this can affect our code if we fail to define the form we want to use.

--

Other Links:
Рекомендации по теме
Комментарии
Автор

Nice, when is going to be this course available on Education Ardan Labs (recorded)?

GustavoDiaz