Rasmus <ras...@gmx.us> writes: > Eric Abrahamsen <e...@ericabrahamsen.net> writes: > >> Saša Janiška <g...@atmarama.com> writes: >> >>> Eric Abrahamsen <e...@ericabrahamsen.net> writes: >>> >>>> Glad to know you're enthusiastic, and patches are always welcome! >>> >>> What can you recommend for learning Elisp which might be also useful for >>> špssobče contributibution to EBDB? >> >> What would be great is having more country-specific parsing and display >> functions. EBDB can display phone numbers, etc, differently depending on >> the country code. You can look at ebdb-i18n, and also ebdb-chn, which is >> the only country-specific library I've written, which is why I'm hoping >> people will pitch in here :) Basically look at your contacts and see if >> any them have field data that should be read or displayed in >> country-specific ways, and see if you can tackle that. > > Perhaps the data from libphonenumber can be used. > > https://github.com/googlei18n/libphonenumber
That's handy, thanks! And turns out I already had it installed.