]> mj.ucw.cz Git - libucw.git/blobdiff - charset/fb-charconv.c
UCW::CGI: Let url_param_escape() encode non-ASCII characters
[libucw.git] / charset / fb-charconv.c
index 1289213ef1541b1444004423ea642451c961544d..252e899466db82d1c46d3ef6e50d754e5ed7ba32 100644 (file)
@@ -7,10 +7,10 @@
  *     of the GNU Lesser General Public License.
  */
 
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/fastbuf.h"
-#include "charset/charconv.h"
-#include "charset/fb-charconv.h"
+#include <ucw/lib.h>
+#include <ucw/fastbuf.h>
+#include <charset/charconv.h>
+#include <charset/fb-charconv.h>
 
 #define BUFSIZE 1024
 
 
 #define BUFSIZE 1024