Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Merge requests
!60197
testing/piler: new aport
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
testing/piler: new aport
Thermi/aports:piler
into
master
Overview
7
Commits
3
Pipelines
20
Changes
11
Merged
Thermi
requested to merge
Thermi/aports:piler
into
master
1 year ago
Overview
7
Commits
3
Pipelines
20
Changes
11
Expand
0
0
Merge request reports
Compare
master
version 18
5af18c22
11 months ago
version 17
9c0413ba
11 months ago
version 16
84dab7b2
11 months ago
version 15
8ec5c6a4
11 months ago
version 14
b03cc722
11 months ago
version 13
dc8eca45
11 months ago
version 12
b9d0d977
1 year ago
version 11
0309be3e
1 year ago
version 10
6b87813f
1 year ago
version 9
53055b7b
1 year ago
version 8
15a9e95d
1 year ago
version 7
2d2a8f84
1 year ago
version 6
8fe4ce2c
1 year ago
version 5
c6f30f8d
1 year ago
version 4
8a74082d
1 year ago
version 3
e44a56df
1 year ago
version 2
2877b109
1 year ago
version 1
6fe50643
1 year ago
master (base)
and
latest version
latest version
d8eb18cd
3 commits,
11 months ago
version 18
5af18c22
3 commits,
11 months ago
version 17
9c0413ba
3 commits,
11 months ago
version 16
84dab7b2
3 commits,
11 months ago
version 15
8ec5c6a4
3 commits,
11 months ago
version 14
b03cc722
3 commits,
11 months ago
version 13
dc8eca45
3 commits,
11 months ago
version 12
b9d0d977
3 commits,
1 year ago
version 11
0309be3e
7 commits,
1 year ago
version 10
6b87813f
6 commits,
1 year ago
version 9
53055b7b
5 commits,
1 year ago
version 8
15a9e95d
4 commits,
1 year ago
version 7
2d2a8f84
3 commits,
1 year ago
version 6
8fe4ce2c
3 commits,
1 year ago
version 5
c6f30f8d
3 commits,
1 year ago
version 4
8a74082d
3 commits,
1 year ago
version 3
e44a56df
3 commits,
1 year ago
version 2
2877b109
3 commits,
1 year ago
version 1
6fe50643
3 commits,
1 year ago
11 files
+
361
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
testing/piler/0001-utf8_encode_char.patch
0 → 100644
+
10
−
0
Options
diff -ruN a/src/decoder.h b/src/decoder.h
--- a/src/decoder.h 2021-02-23 07:26:47.000000000 +0100
+++ b/src/decoder.h 2022-03-28 18:35:10.706474194 +0200
@@ -11,5 +11,6 @@
void decodeHTML(char *p, int utf8);
void decodeURL(char *p);
int utf8_encode(char *inbuf, int inbuflen, char *outbuf, int outbuflen, char *encoding);
+void utf8_encode_char(unsigned char c, unsigned char *buf, int buflen, int *len);
#endif /* _DECODER_H */
Loading