cisco / ChezScheme

Chez Scheme
Apache License 2.0
6.89k stars 983 forks source link

replace call to iconv procedure with ICONV macro #818

Closed Bogdanp closed 3 months ago

Bogdanp commented 3 months ago

The availability of the iconv procedure varies with different build settings, so I believe the ICONV macro should be used here instead. With this change in place, I'm able to get PB Racket CS running on iOS.

mflatt commented 3 months ago

Thanks!