search for: chartoascii

Displaying 12 results from an estimated 12 matches for "chartoascii".

2007 Jul 02
0
Branch 'as' - 4 commits - libswfdec/swfdec_as_interpret.c test/trace
libswfdec/swfdec_as_interpret.c | 51 + test/trace/Makefile.am | 16 test/trace/chartoascii-4.swf |binary test/trace/chartoascii-4.swf.trace | 7 test/trace/chartoascii-5.swf |binary test/trace/chartoascii-5.swf.trace | 1011 ++++++++++++++++++++++++++++++++++++ test/trace/chartoascii-6.swf |binary test/trace/chartoascii-6.swf.trace | 1008 ++++++++++++++++++...
2007 Jul 02
0
[PATCH] Implement CharToAscii + simple testcase
...h 7 movies, and those can contain strings that are not convertible into Latin1. I've never seen that, but since Swfdec should never crash... Benjamin On 6/29/07, Andreas Henriksson <andreas at fatal.se> wrote: > Hopefully I got it all right in the end with unicode characters in > CharToAscii which behaves different for old/new versions. > > You'll find my patch attached as well as a simple testcase. > > -- > Regards, > Andreas Henriksson > >
1998 Nov 04
0
S internal function AsciiToIn
Hey, I'm trying to use the code from the book S-Poetry in R (almost everything runs without problems), some place it uses an s-plus internal function AsciiToInt, to translate characters to ascii values (a better name should be CharToAscii ?) I cannot find anything in R to do that, getting the ascii values? Is there something, or must it be added at the C level? Thanks, Kjetil halvorsen -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/...
2007 May 20
0
Branch 'as' - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_player.c
...#endif static void swfdec_action_extends (SwfdecAsContext *cx, guint action, const guint8 *data, guint len) @@ -2070,9 +2077,7 @@ const SwfdecActionSpec swfdec_as_actions [SWFDEC_AS_ACTION_MB_STRING_LENGTH] = { "MBStringLength", NULL }, [SWFDEC_AS_ACTION_CHAR_TO_ASCII] = { "CharToAscii", NULL }, [SWFDEC_AS_ACTION_ASCII_TO_CHAR] = { "AsciiToChar", NULL }, -#if 0 - [0x34] = { "GetTime", NULL, 0, 1, { NULL, swfdec_action_get_time, swfdec_action_get_time, swfdec_action_get_time, swfdec_action_get_time } }, -#endif + [SWFDEC_AS_ACTION_GET_TIME] = { "...
2007 Nov 07
0
14 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_net_stream.c libswfdec/swfdec_script.c libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_tag.c libswfdec/swfdec_text_field_movie.c
...quot;, NULL, 1, 1, swfdec_action_random_number, 4 }, + [SWFDEC_AS_ACTION_RANDOM] = { "RandomNumber", NULL, 1, 1, swfdec_action_random_number, 4 }, [SWFDEC_AS_ACTION_MB_STRING_LENGTH] = { "MBStringLength", NULL, -1, -1, NULL, 4 }, [SWFDEC_AS_ACTION_CHAR_TO_ASCII] = { "CharToAscii", NULL, 1, 1, swfdec_action_char_to_ascii, 4 }, [SWFDEC_AS_ACTION_ASCII_TO_CHAR] = { "AsciiToChar", NULL, 1, 1, swfdec_action_ascii_to_char, 4 }, commit 5f1c374cc2748bafd146e2424aad14786882a7b0 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Mon Nov 5 14:43:33 2007 +...
2007 Apr 12
0
Branch 'as' - 14 commits - libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c libswfdec/swfdec_as_function.h
...x30] = { "RandomNumber", NULL, 1, 1, { NULL, swfdec_action_random_number, swfdec_action_random_number, swfdec_action_random_number, swfdec_action_random_number } }, + [SWFDEC_AS_ACTION_MB_STRING_LENGTH] = { "MBStringLength", NULL }, + [SWFDEC_AS_ACTION_CHAR_TO_ASCII] = { "CharToAscii", NULL }, + [SWFDEC_AS_ACTION_ASCII_TO_CHAR] = { "AsciiToChar", NULL }, #if 0 - [0x31] = { "MBStringLength", NULL }, - [0x32] = { "CharToAscii", NULL }, - [0x33] = { "AsciiToChar", NULL }, [0x34] = { "GetTime", NULL, 0, 1, { NULL, swfde...
2007 Jan 29
0
Branch 'interpreter' - 18 commits - libswfdec/swfdec_image.c libswfdec/swfdec_image.h libswfdec/swfdec_js.c libswfdec/swfdec_js_color.c libswfdec/swfdec_js_sound.c libswfdec/swfdec_pattern.c libswfdec/swfdec_scriptable.c libswfdec/swfdec_script.c
.../ - [0x30] = { "RandomNumber", NULL }, + [0x30] = { "RandomNumber", NULL, 1, 1, { NULL, swfdec_action_random_number, swfdec_action_random_number, swfdec_action_random_number, swfdec_action_random_number } }, [0x31] = { "MBStringLength", NULL }, [0x32] = { "CharToAscii", NULL }, [0x33] = { "AsciiToChar", NULL }, @@ -1074,7 +1098,7 @@ static const SwfdecActionSpec actions[25 [0x49] = { "Equals2", NULL }, [0x4a] = { "ToNumber", NULL }, [0x4b] = { "ToString", NULL }, - [0x4c] = { "PushDuplicate", NU...
2007 Mar 09
0
17 commits - libswfdec/js libswfdec/swfdec_js.c libswfdec/swfdec_js_global.c libswfdec/swfdec_js.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_root_movie.c
...ate (cx); + + *cx->fp->sp++ = INT_TO_JSVAL ((int) SWFDEC_TICKS_TO_MSECS (player->time)); + return JS_TRUE; +} + /*** PRINT FUNCTIONS ***/ static char * @@ -2282,7 +2291,7 @@ static const SwfdecActionSpec actions[25 [0x31] = { "MBStringLength", NULL }, [0x32] = { "CharToAscii", NULL }, [0x33] = { "AsciiToChar", NULL }, - [0x34] = { "GetTime", NULL }, + [0x34] = { "GetTime", NULL, 0, 1, { NULL, swfdec_action_get_time, swfdec_action_get_time, swfdec_action_get_time, swfdec_action_get_time } }, [0x35] = { "MBStringExtract&quo...
2007 Apr 12
0
Branch 'as' - 15 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c libswfdec/swfdec_as_function.h libswfdec/swfdec_as_interpret.c
...", NULL }, +#endif /* version 4 */ [0x30] = { "RandomNumber", NULL, 1, 1, { NULL, swfdec_action_random_number, swfdec_action_random_number, swfdec_action_random_number, swfdec_action_random_number } }, +#if 0 [0x31] = { "MBStringLength", NULL }, [0x32] = { "CharToAscii", NULL }, [0x33] = { "AsciiToChar", NULL }, diff-tree 63635ba4c29a8ecb3de4314f4586ed85c90266d7 (from d0b2d60131cc86f9bbeae1b75978198c607c69c2) Author: Benjamin Otte <otte@gnome.org> Date: Thu Apr 12 11:18:04 2007 +0200 implement Greater and Less2 actions diff --git a...
2007 Nov 15
2
Changes to 'refs/tags/0.5.4'
Tag '0.5.4' created by Benjamin Otte <otte at gnome.org> at 2007-11-15 10:12 -0800 release 0.5.4 ("Turkish Cycling Federation") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBHPBurvMv5VCdLq8QRAj1KAJ40NHRRS3gKyJjSjyyoH7gDaGi/tQCeOha/ R5PF4bZQqmSdJ64t8EbD4cA= =8qBy -----END PGP SIGNATURE----- Changes since the dawn of time: Benjamin Otte (40):
2007 Apr 04
0
Branch 'as' - 4 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h
...quot;Implements", NULL }, + /* version 4 */ + [0x30] = { "RandomNumber", NULL, 1, 1, { NULL, swfdec_action_random_number, swfdec_action_random_number, swfdec_action_random_number, swfdec_action_random_number } }, + [0x31] = { "MBStringLength", NULL }, + [0x32] = { "CharToAscii", NULL }, + [0x33] = { "AsciiToChar", NULL }, + [0x34] = { "GetTime", NULL, 0, 1, { NULL, swfdec_action_get_time, swfdec_action_get_time, swfdec_action_get_time, swfdec_action_get_time } }, + [0x35] = { "MBStringExtract", NULL }, + [0x36] = { "MBCharToAsc...
2007 Feb 06
0
109 commits - configure.ac libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_codec_screen.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h
...tringLess", NULL }, - /* version 7 */ - { 0x2a, "Throw", NULL }, - { 0x2b, "Cast", NULL }, - { 0x2c, "Implements", NULL }, - /* version 4 */ - { 0x30, "RandomNumber", compile_random }, - { 0x31, "MBStringLength", NULL }, - { 0x32, "CharToAscii", NULL }, - { 0x33, "AsciiToChar", NULL }, - { 0x34, "GetTime", NULL }, - { 0x35, "MBStringExtract", NULL }, - { 0x36, "MBCharToAscii", NULL }, - { 0x37, "MVAsciiToChar", NULL }, - /* version 5 */ - { 0x3a, "Delete", NULL }, -...