[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSCalendar and NSLocale support
From: |
Pete French |
Subject: |
Re: NSCalendar and NSLocale support |
Date: |
Mon, 15 Jun 2009 21:13:31 +0100 |
> I would concur, but IIRC from when I looked at it a couple of years
> ago, there is basically a pure C API and a C++ API side-by-side. The
Just to save you some time, don't use the C API, as it doesnt work
properly. I went through this a couple of weeks ago. Did a C version,
got odd results, and ended up recoding the lot in C++ with C wrappers
to interface to Obj-C. That works a lot better (much as I hate C++)
I was doing transliterations, so I have no idea if the C API would work
ffor other things, but my experinece was that it wasn't any good. Subtle
wrong results, the worst kind of bug!
-pete.
Re: NSCalendar and NSLocale support, Riccardo Mottola, 2009/06/15