Войти в систему

Home
    - Создать дневник
    - Написать в дневник
       - Подробный режим

LJ.Rossia.org
    - Новости сайта
    - Общие настройки
    - Sitemap
    - Оплата
    - ljr-fif

Редактировать...
    - Настройки
    - Список друзей
    - Дневник
    - Картинки
    - Пароль
    - Вид дневника

Сообщества

Настроить S2

Помощь
    - Забыли пароль?
    - FAQ
    - Тех. поддержка



Пишет LWN.net ([info]syn_lwnheadline)
@ 2019-03-28 17:34:00


Previous Entry  Add to memories!  Tell a Friend!  Next Entry
[$] Working with UTF-8 in the kernel
In the real world, text is expressed in many languages using a wide variety
of character sets; those character sets can be encoded in a lot of
different ways. In the kernel, life has always been simpler; file names
and other string data are just opaque streams of bytes. In the few cases
where the kernel must interpret text, nothing more than ASCII is required.
The proposed addition of case-insensitive
file-name lookups
to the ext4 filesystem changes things, though; now
some kernel code must
deal with the full complexity of Unicode. A look at the API being provided
to handle encodings illustrates nicely just how complicated this task is.


(Читать комментарии) (Добавить комментарий)