From 12b70e06ff18468084531f338e0ac16553616ffa Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 11 Dec 2001 22:00:12 +0000 Subject: use UTF-8 as the char set when testing pilot link 2001-12-10 JP Rosevear * configure.in: use UTF-8 as the char set when testing pilot link 2001-12-10 JP Rosevear * e-pilot-util.c (e_pilot_utf8_to_pchar): use UTF-8 instead of UTF8 as the source char set (e_pilot_utf8_from_pchar): use UTF-8 instead of UTF8 as the destination char set svn path=/trunk/; revision=14995 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index fcbe7c6f8c..1bbf90401c 100644 --- a/configure.in +++ b/configure.in @@ -677,7 +677,7 @@ int main (int argc, char **argv) size_t utf8_real_len = strlen (utf8); char *pstring; - if (convert_ToPilotChar ("UTF8", utf8, utf8_real_len, &pstring) == -1) + if (convert_ToPilotChar ("UTF-8", utf8, utf8_real_len, &pstring) == -1) exit (1); exit (0); -- cgit