Re: Just curious: who is using Pike for what?
Chris Angelico <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CAPTjJmoytm9yR0=D7pUbBgVOsyWwHvV14Ht+Ka67h6UC5f6T5w@mail.gmail.com> |
On Tue, Dec 13, 2016 at 5:48 AM, Chris Angelico <[email protected]> wrote: > If I find myself a tuit, I might put together an importer from the > Unicode files into some sort of bidirectional lookup table for names > and codepoints (or characters). If I do, would an appropriate place be > String.uniname["FULL STOP"]=="." and String.uniname["."] == "FULL > STOP"? Oh wait, forgot about the Unicode module :) So, should it be a function, or a mapping? I'm inclined toward a mapping. ChrisA