mirror of
https://git.zx2c4.com/cgit
synced 2025-07-10 10:14:34 +02:00
Use utf8::reencode_string from git
This replaces the iconv-support in cgit with similar functions already existing in git. Signed-off-by: Lars Hjemli <hjemli@gmai.com>
This commit is contained in:
parent
7858a309d7
commit
a2ebbd6948
2 changed files with 5 additions and 60 deletions
1
cgit.h
1
cgit.h
|
@ -16,6 +16,7 @@
|
|||
#include <log-tree.h>
|
||||
#include <archive.h>
|
||||
#include <xdiff/xdiff.h>
|
||||
#include <utf8.h>
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue