search for: 57e6605

Displaying 1 result from an estimated 1 matches for "57e6605".

Did you mean: 57660
2007 Jul 14
0
libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_string.c libswfdec/swfdec_bits.c
...anholt.net> Date: Sat Jul 14 09:17:29 2007 -0700 Call the charset UTF-8 instead of UTF8, which FreeBSD's glib doesn't recognize. Replaces UTF8 everywhere, just for consistency. diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c index 53116cb..57e6605 100644 --- a/libswfdec/swfdec_as_interpret.c +++ b/libswfdec/swfdec_as_interpret.c @@ -1942,7 +1942,7 @@ swfdec_action_char_to_ascii_5 (SwfdecAsC const char *s = swfdec_as_value_to_string (cx, val); char *ascii; - ascii = g_convert (s, -1, "LATIN1", "UTF8", NULL, NULL,...