index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
charset.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-20
efi_loader: add an EFI variable with the file contents
Ilias Apalodimas
1
-1
/
+1
2024-03-21
lib/charset: Map Unicode code points to CP437 code points 1-31
Janne Grunau
1
-3
/
+6
2024-01-24
lib: add comment in utf8_to_utf32_stream()
Heinrich Schuchardt
1
-0
/
+4
2023-12-21
lib: Remove <common.h> inclusion from these files
Tom Rini
1
-1
/
+0
2023-08-08
lib/charset: fix u16_strlcat() return value
Matthias Schiffer
1
-4
/
+4
2023-01-04
lib: add function u16_strcasecmp()
Heinrich Schuchardt
1
-0
/
+26
2022-05-03
lib/charset: add u16_strlcat() function
Masahisa Kojima
1
-0
/
+16
2022-04-15
lib: simplify u16_strdup()
Heinrich Schuchardt
1
-1
/
+1
2022-04-15
lib: convert u16_strlen() into a macro
Heinrich Schuchardt
1
-12
/
+0
2021-03-07
lib/charset: UTF-8 stream conversion
Heinrich Schuchardt
1
-9
/
+46
2021-03-07
lib/charset: utf8_get() should return error
Heinrich Schuchardt
1
-9
/
+16
2021-03-07
efi_loader: carve out utf_to_cp()
Heinrich Schuchardt
1
-0
/
+28
2021-03-07
efi_loader: move codepage 437 table
Heinrich Schuchardt
1
-0
/
+6
2020-11-29
charset: make u16_strnlen accessible at runtime
Ilias Apalodimas
1
-1
/
+2
2020-10-22
common: rename getc() to getchar()
Heinrich Schuchardt
1
-1
/
+1
2020-05-09
charset: Add support for calculating bytes occupied by a u16 string
Sughosh Ganu
1
-0
/
+5
2019-09-20
lib: charset: add u16_str<n>cmp()
AKASHI Takahiro
1
-0
/
+25
2019-07-16
efi_loader: support unaligned u16 strings
Heinrich Schuchardt
1
-9
/
+14
2019-02-13
lib: add u16_strcpy/strdup functions
Akashi, Takahiro
1
-0
/
+29
2018-10-16
efi_loader: error handling in read_console()
Heinrich Schuchardt
1
-3
/
+8
2018-09-23
efi_loader: support Unicode text input
Heinrich Schuchardt
1
-48
/
+89
2018-09-23
lib: charset: upper/lower case conversion
Heinrich Schuchardt
1
-0
/
+47
2018-09-23
lib: charset: remove obsolete functions
Heinrich Schuchardt
1
-79
/
+0
2018-09-23
lib: charset: utility functions for Unicode
Heinrich Schuchardt
1
-3
/
+233
2018-09-23
efi_loader: rename utf16_strlen, utf16_strnlen
Heinrich Schuchardt
1
-3
/
+7
2018-05-10
SPDX: Convert a few files that were missed before
Tom Rini
1
-2
/
+1
2017-12-01
efi_loader: new function utf8_to_utf16
Heinrich Schuchardt
1
-1
/
+56
2017-09-12
lib: add some utf16 handling helpers
Rob Clark
1
-0
/
+101