Re: Converting visual to logical string
Behdad Esfahbod <[email protected]>
| Newsgroups | gmane.comp.internationalization.fribidi |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 10 Aug 2005, Kenneth M Horan wrote: > encoded the text correctly, but I have no clue how to encode it! I was > reeeeeally hoping to find a fribidi_vis2log() function but unfortunately I > don't see it. Surely I'm not the first person who has ever wanted to > create a logical string from a visual one. Can anyone help me out? The problem is that vis2log is not deterministic. I've heard ICU does have such a function, but so far it seems like using lov2vis for doing vis2log produces almost as good an output as you can get. So try fribidi_log2vis instead :). I'm interested in hearing about your experience. > Ken Horan --behdad http://behdad.org/