Benjamin Otte
2007-Jul-02 12:43 UTC
[Swfdec] [PATCH] Implement StringLength + simple testcase.
On 6/29/07, Andreas Henriksson <andreas at fatal.se> wrote:> (I don't know if adobe flash player actually handles utf8 characters in a v4 > flash, or if it's ming doing something funny to the testcase. Anyway, > using g_utf8_strlen gives same result as the official player in both v4, v5, > ...) >Ming is encoding characters as UTF8, no matter the Flash version. I think there's a bug about it on http://www.libming.org. Since Flash 5 and lower reads them in as Latin1, you get the usual conversion errors. Benjamin PS: Patch is in.
Reasonably Related Threads
- [PATCH] Implement CharToAscii + simple testcase
- Branch 'as' - 3 commits - libswfdec/swfdec_as_string.c libswfdec/swfdec_as_strings.c test/trace
- Branch 'as' - 4 commits - libswfdec/swfdec_as_interpret.c test/trace
- 7 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_string.c test/trace
- 2 commits - libswfdec/swfdec_sound.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie_html.c