1 Repo
Mechanisms to map encoding labels to specific decoders for rendering various character sets.
Distinct from Character Encoding Support: Distinct from Character Encoding Support: focuses on the registration of specific decoders for labels rather than general character support.
Explore 1 awesome GitHub repository matching user interface & experience · Encoding Decoder Registrations. Refine with filters or upvote what's useful.
tcell is a Go terminal user interface library and framework for building cell-based applications. It functions as a terminal emulator backend and input processor, utilizing a change-based diffing engine to manage screen state and efficiently render updates. The project is distinguished by its pluggable backend abstraction, which allows terminal interfaces to be rendered across physical terminals or compiled into WebAssembly for web browser display. It provides a virtual screen simulation to enable programmatic event injection and output inspection for automated application testing. Its capab
Allows mapping of specific encoding labels to decoders to ensure correct text rendering across different character sets.