Changeset 6586


Ignore:
Timestamp:
May 20, 2007, 9:11:08 AM (18 years ago)
Author:
Gary Byers
Message:

%MAKE-NSSTRING uses UTF-8. (NSConstant string should, too.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ide-1.0/ccl/examples/objc-runtime.lisp

    r6228 r6586  
    28002800        (release-autorelease-pool ,pool-temp)))))
    28012801
     2802
    28022803(defun %make-nsstring (string)
    2803   (with-cstrs ((s string))
    2804     (%make-nsstring-from-c-string s)))
     2804  (with-encoded-cstrs :utf-8 ((s string))
     2805    (%make-nsstring-from-utf8-c-string s)))
    28052806
    28062807#+apple-objc-2.0
Note: See TracChangeset for help on using the changeset viewer.