Thanks for getting back. First, I’m new all of this so I’m trying to understand the how the API is intended to be used. I wouldn’t read too much into my wild guesses.
As I said earlier I was hoping to avoid the cost of construction of the transliterator each time I need a transliteration. I could somehow manage to hold onto the first one I construct but I was guessing that registration takes care of some of that work for me.
What I was expecting was something like the following process:
- try to fetch a registered transliterator
- if that fails construct a transliterator and register it
Having the API point for fetching and constructing be the same function call doesn’t fit that pattern though which led to my confusion.
My first attempt at this was to call openU whenever I need a translation but my hunch is that’s expensive.
Is there any mode of usage similar to what I described above?
Thanks again,
-Doug
Sent from my iPhone