]> git.pld-linux.org Git - packages/netsurf.git/blob - netsurf-utf8proc.patch
- updated to 3.10
[packages/netsurf.git] / netsurf-utf8proc.patch
1 --- netsurf-3.10/utils/idna.c.orig      2020-05-24 22:55:29.000000000 +0200
2 +++ netsurf-3.10/utils/idna.c   2020-05-30 16:10:22.429190250 +0200
3 @@ -167,7 +167,7 @@
4  
5  #ifdef WITH_UTF8PROC
6  
7 -#include <libutf8proc/utf8proc.h>
8 +#include <utf8proc.h>
9  
10  int32_t idna_contexto[] = {
11         /* CONTEXTO codepoints which have a rule defined */
This page took 0.024971 seconds and 3 git commands to generate.