Bài đăng

Đang hiển thị bài đăng từ Tháng 7, 2024

What is Unicode?

Hình ảnh
  What is Unicode? Unicode provides a unique number for every character, no matter what the platform, no matter what the program, no matter what the language.     Characters Before Unicode Fundamentally, computers just deal with numbers. They store letters and other characters by assigning a number for each one. Before Unicode was invented, there were hundreds of different systems, called character encodings, for assigning these numbers. These early character encodings were limited and could not contain enough characters to cover all the world's languages. Even for a single language like English no single encoding was adequate for all the letters, punctuation, and technical symbols in common use. Early character encodings also conflicted with one another. That is, two encodings could use the same number for two  different  characters, or use different numbers for the  same  character. Any given computer (especially servers) would need to support m...

Elixir và Unicode, Phần 1: Unicode và UTF-8 là gì ?

Hình ảnh
  Elixir và Unicode, Phần 1: Unicode và UTF-8 là gì ? Elixir và Unicode, Phần 1: Unicode và UTF-8 là gì ? Editors' Choice Bài đăng này đã không được cập nhật trong 2 năm Intro Đây là bài dịch đầu tiên trong series về Elixir và Unicode của tác giả  Nathan Long , Các bạn có thể đọc phần 2 tại  đây Bài gốc:  Part 1  |  Part 2 Đây là một series rất chi tiết và dễ hiểu, mình có chỉnh sửa và bổ sung 1 chút, hi vọng đem đến cho mọi người 1 cái nhìn rõ ràng nhất về Unicode và UTF-8, thứ chúng ta gặp rất nhiều nhưng chưa chắc đã biết rõ  Bài viết này là bài viết được đúc rút ra từ bài nói "String Theory" mà tôi là đồng diễn giả với James Edward Gray II tại hội thảo Elixir & Phoenix Conf năm 2016. Có thể bạn đã từng nghe nó rằng Elixir hỗ trợ Unicode cực kì tốt. Điều này tạo nên một ngôn ngữ tuyệt vời cho mục đích tính toán song song, phân tán, những app chống lỗi hiệu quả, và có thể là giúp chúng ta gửi những emo like this 💩 Đặc biệt hơn nữa, Elixir còn vư...