JuliaPhysics / JuliaPhysics/Unitful.jl
Add ASCII aliases for Unicode dimension characters 𝕄, 𝕃, 𝕋
- Dominant language
- Julia
- Stars
- 675
- Forks
- 124
- Avg merge
- 3h 38m
- Merged PRs (30d)
- 1
Description
I've been wrestling with Windows fonts' broken representations of the mathbb dimensions characters while trying to extend Unitful. It'd be nice to have aliases (e.g. `const MASS, LENGTH, TIME = 𝕄, 𝕃, 𝕋`) for terminal environments where those characters are unrepresentable.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the definitions of the Unicode dimension characters 𝕄, 𝕃, and 𝕋 in the Unitful.jl source and inspect nearby tests or exports. Add ASCII aliases such as MASS, LENGTH, and TIME for terminal environments, then verify that the aliases resolve to the corresponding dimension constants.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100