-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
paper.bib
93 lines (83 loc) · 2.45 KB
/
paper.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
@online{bangbangcon-unicode,
author = {JeanHeyd Meneide},
title = {Oh, no! The Lowest-level* Programming Language is Unicode-aware...},
year = {2021},
url = {"https://youtu.be/U6xSmkdz2Nk?t=327"}
}
@online{w3techs-survey,
author = {Q-Success},
title = {Usage of character encodings broken down by ranking},
year = {2022},
url = {"https://w3techs.com/technologies/cross/character_encoding/ranking"}
}
@article{unicode-transcode-lemire,
author = {Lemire, Daniel},
title = {Unicode at Gigabytes per Second},
journal = {String Processing and Information Retrieval},
publisher = {Springer},
keywords = {vectorization, internationalization, unicode},
edition = {28},
month = {September},
year = 2021,
url = {https://link.springer.com/chapter/10.1007/978-3-030-86692-1_2},
}
@online{unicode-validate-lemire,
author = {Lemire, Daniel},
title = {},
month = October,
year = 2020,
url = {}
}
@online{iconv,
author = {{Haible}, B.S., {Ueno}, D.},
title = {libiconv},
year = {2022},
url = {https://www.gnu.org/software/libiconv/}
}
@online{icu,
author = {{Unicode Consortium}, {ICU Technical Committee}},
title = {International Components for Unicode - ICU-TC},
month = July,
year = {2022},
url = {https://icu.unicode.org/}
}
@online{iso-c,
author = {{Meneide}, JeanHeyd, {Wiedijk}, Freek},
title = {ISO/IEC 9899:yyyy — Programming Languages, C},
month = June,
year = {2022},
url = {https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2912.pdf}
}
@online{@encoding_rs,
author = {Sivonen, Henri},
title = {encoding_rs: a Web-Compatible Character Encoding Library in Rust},
month = May,
year = 2018,
url = {https://hsivonen.fi/encoding_rs/}
}
@online{@utf8-cpp,
author = {Trifunovic, Nemanja},
title = {UTF8-CPP: UTF-8 with C++ in a Portable Way},
month = December,
year = 2021,
url = {https://github.com/nemtrif/utfcpp}
}
@article{stenography-noorani,
author = {Farah R. Shareef Taka},
title = {Text Steganography based on Noorani and Darkness},
journal = {Journal of Information Hiding and Multimedia Signal Processing},
volume = {12},
edition = {3},
publisher = {Ubiquitous International},
month = September,
year = 2021,
url = {http://bit.kuas.edu.tw/~jihmsp/2021/vol12/n3/02.JIHMSP_1571_r2.pdf},
}
@article{unishox,
author = {Arundale Ramanathan},
title = {Unishox: A hybrid encoder for Short Unicode Strings},
journal = {Journal of Open Source Software},
month = January,
year = 2022,
url = {https://joss.theoj.org/papers/10.21105/joss.03919.pdf}
}