Projects

Ticket #126 (closed defect: fixed)

Opened 23 months ago

Last modified 4 months ago

bytestrings, nsstring, and unicode/multibyte characters do not get along

Reported by: jordan.breeding@… Owned by: lsansonetti@…
Priority: blocker Milestone: MacRuby 0.6
Component: MacRuby Keywords:
Cc:

Description

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.

Change History

Changed 4 months ago by lsansonetti@…

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from MacRuby 0.4 to MacRuby 0.6

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.

Note: See TracTickets for help on using tickets.