Commit eb80768
Counting codepoints in utf-16
1 parent d680da4 commit eb80768
File tree
3 files changed
+13
-1
lines changed- library/src/main
- cpp
- java/network/loki/messenger/libsession_util/util
3 files changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
337 | 339 | | |
338 | 340 | | |
339 | 341 | | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
340 | 350 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
Submodule libsession-util updated 24 files
- include/session/config/contacts.h+5
- include/session/config/contacts.hpp+56
- include/session/config/convo_info_volatile.h+11
- include/session/config/convo_info_volatile.hpp+18
- include/session/config/pro.h+22
- include/session/config/pro.hpp+36
- include/session/config/user_profile.h+96
- include/session/config/user_profile.hpp+70
- include/session/pro_backend.h+11-11
- include/session/session_protocol.hpp+6
- src/CMakeLists.txt+1
- src/config/contacts.cpp+35-2
- src/config/convo_info_volatile.cpp+101-6
- src/config/groups/info.cpp+3-2
- src/config/local.cpp+2-2
- src/config/pro.cpp+74
- src/config/user_groups.cpp+2-2
- src/config/user_profile.cpp+163-2
- tests/CMakeLists.txt+1
- tests/test_config_contacts.cpp+35
- tests/test_config_convo_info_volatile.cpp+76
- tests/test_config_pro.cpp+157
- tests/test_config_userprofile.cpp+79
- tests/test_pro_backend.cpp+12-12
0 commit comments