- Using pcre is good, however using the pcreposix library is not and will lead to undefined behaviour as symbol clashes with glibc. (privoxy-nopcreposix.patch) OBS-URL: https://build.opensuse.org/request/show/884129 OBS-URL: https://build.opensuse.org/package/show/server:proxy/privoxy?expand=0&rev=69
12 lines
176 B
Diff
12 lines
176 B
Diff
--- a/default.filter
|
|
+++ b/default.filter
|
|
@@ -376,7 +376,7 @@
|
|
s/\x84/,,/g
|
|
s/\x85/.../g
|
|
#s/\x88/^/g
|
|
-#s-\x89- °/°°-g
|
|
+#s-\x89- °/°°-g
|
|
s/\x8B/</g
|
|
s/\x8C/Oe/g
|
|
s/\x91/`/g
|