KarolS / units

Flexible, statically-checked experimental library for units of measurement
MIT License
24 stars 2 forks source link

Add short alias for Euro #3

Closed mkiedys closed 10 years ago

KarolS commented 10 years ago

This doesn't compile.

Technically, you could circumvent it by using , but it's ugly, and also uses three characters.

Until a better solution comes up, I'll consider EUR to be sufficient.

mkiedys commented 10 years ago
[error] /Users/mkiedys/Workspace/github/units/units/src/main/scala/units/Currency.scala:250: illegal character '\u20ac'
[error]         type €  = EUR
[error]              ^

sorry for sending broken code.