Bugs item #3448076, was opened at 2011-12-02 01:27 Message generated for change (Comment added) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3448076...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: rendering (e.g. display) Group: any operating system
Status: Pending Resolution: Fixed
Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: [text3d]: problems with strings starting with newline
Initial Comment: When sending [text3d] a 'string' message starting with a newline character (10), the Gem window shows an unexpected text, where every newline character (including the first one) is replaced by a character looking similar to [] (an empty box).
Example:
[string 10 97 97 10 98 98(
is rendered as:
[]aa[]bb
[string 97 97 10 98 98(
is (correctly) rendered as:
aa bb
This is on / with: - Gem 0.93.git cb1745f - Pd 0.43.1test4 - Ubuntu 11.04 and: - Pd-extended 0.42.6 - Mac OS X (10.6)
Credit for finding this bug goes to Michèle Graf and Selina Grüter
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-12-02 02:48
Message: should be fixed with git.d5d0b83dc
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3448076...