From 0573b166b2aa2ee40be1a328636cb539d96aeeac Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Tue, 14 May 2013 19:20:14 +0000 Subject: Merge sources from windows-1252 to utf-8 --- src/htsindex.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/htsindex.c') diff --git a/src/htsindex.c b/src/htsindex.c index eea1c47..48d50e2 100644 --- a/src/htsindex.c +++ b/src/htsindex.c @@ -61,17 +61,17 @@ Please visit our Website: http://www.httrack.com // MUST HAVE SAME SIZES!! #define KEYW_TRANSCODE_FROM (\ "ABCDEFGHIJKLMNOPQRSTUVWXYZ" \ - "" \ - "" \ - "" \ - "" \ - "" \ - "" \ - "" \ - "" \ - "" \ - "" \ - "" \ + "àâä" \ + "ÀÂÄ" \ + "éèêë" \ + "ÈÈÊË" \ + "ìîï" \ + "ÌÎÏ" \ + "òôö" \ + "ÒÔÖ" \ + "ùûü" \ + "ÙÛÜ" \ + "ÿ" \ ) #define KEYW_TRANSCODE_TO ( \ "abcdefghijklmnopqrstuvwxyz" \ -- cgit v1.2.3