[MacRuby] #126: bytestrings, nsstring, and unicode/multibyte characters do not get along
#126: bytestrings, nsstring, and unicode/multibyte characters do not get along -------------------------------------+-------------------------------------- Reporter: jordan.breeding@mac.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.4 Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- I will try to publish some example later, but I have seen problems trying to print bytestrings. Unicode has issues with "%s" so I tried using "%@" in most places. That worked until I tried using a bytestring, bytestrings don't get along with "%@". Most of this was outside of the bug tracker in emails with Laurent. -- Ticket URL: <http://www.macruby.org/trac/ticket/126> MacRuby <http://macruby.org/>
#126: bytestrings, nsstring, and unicode/multibyte characters do not get along -------------------------------------+-------------------------------------- Reporter: jordan.breeding@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.6 Component: MacRuby | Resolution: fixed Keywords: | -------------------------------------+-------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: MacRuby 0.4 => MacRuby 0.6 Comment: Please retry this with trunk, we have a new String class which can hold both character and byte strings. If a problem persists let me know and I will re-open the bug. -- Ticket URL: <http://www.macruby.org/trac/ticket/126#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby