red / REP

Red Enhancement Process
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

WISH: remove a limitation for 3-letter currency symbols in MONEY! datatype. #84

Open 9214 opened 3 years ago

9214 commented 3 years ago

Initially proposed by @loziniak here: currency symbols in money! datatype should not be limited to 3 characters, but should rather support arbitrary sizes. The restriction to alpha-numeric characters and starting character not being a digit still applies.

A proof-of-concept implementation of this wish lives in a dedicated branch.