kip
ex_cldr Core Team
CLDR has developed a lot of content to annotate emoji and other characters. I am considering a new library (ex_cldr_annotations) to expose that content. A poll is at the end of this post for anyone motivated to provide me some feedback as to whether this would be useful.
What would this library do?
- Encode annotations (emoji) from text. For example:
iex> Cldr.Annotation.encode "why is your cat grinning?"
`["why is your ", {"đ¸", "grinning cat"}, "?"]`
- Look up emoji that could be used in a live view UI. For example:
iex> Cldr.Annotation.lookup "cat"
[đ¸", đš", "đ", ...]
iex> Cldr.Annotation.lookup "Katze", locale: "de"
[đ¸", đš", "đ", ...]
And of course other functions can be added as appropriate.
Please Provide some feedback about this proposal
- Not even slightly interested
- Maybe helpful in the future but no clear use case for me
- I donât care about localisation, but emoji lookups in English would be helpful
- Yes, good idea, I can use this to encode emojis for localised text and improve application UX
0
voters
Trending in Announcing
Hey everyone!
Req is an HTTP client for Elixir that Iâve been working on for quite some time. There is already a lot of HTTP clients out...
New
Samly can be used to enable SAML 2.0 Single Sign On in a Plug/Phoenix application.
This library uses Erlang esaml to provide
plug enabl...
New
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries.
offset-based pagination with...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Hi all!
I want to present a small library which provides a mix task for generating an Entity-Relationship Diagram for Ecto schemas.
You...
New
Hello
Published a new library - ProcessHub!
ProcessHub is a library designed to manage process distribution within the Elixir cluster. ...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Other Trending Topics
I am happy to introduce the very Îą version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
I am seeing a lot of aplications of Argumentum ad Vericundiam in software discussions. They do link some piece of writing and point us to...
New
Hey folks,
I just published a post about Hologramâs funding and where the project goes next - the short version:
Curiosum as Main Spons...
New
This showed up on my feed.. anyone heard of it? Just hype?
Ox Alpha is a reasoning model designed for coding, sustained ag...
New
Today weâre releasing Oban for Python. Not an Oban client in Python. Not a pythonx wrapper embedded in Elixir. Nope, itâs a fully operati...
New
Itâs not that itâs vocabulary is too advanced. Itâs something worse.
I get lost trying to follow even a paragraph written by Claude. Itâ...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixirconf-us
- #elixir-ls
- #ai
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 1- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
dimitarvp
I am fully on board. People use a lot of stuff on their phones where screen space is precious so judicious use of an emoji here and there can really help both in terms of compressing more content on the same screen and making it a bit more expressive.
That being said, replacing the literal âcat grinningâ text with an emoji thatâs technically called âgrinning catâ is confusing and I wouldnât find it helpful. It changes the text from âWhy is your cat grinning?â to âWhy is your grinning cat?â which kind of sounds like Drax in âInfinity Warâ famously exclaiming: âWHY is Gamora?â.