14 lines
416 B
YAML
14 lines
416 B
YAML
---
|
||
- include: "../definitions.yaml"
|
||
|
||
|
||
- NemethCurrencyBeforeSymbols: {
|
||
"$", "¢", "€", "£", "₡", "₤", "₨", "₩", "₪", "₱", "₹", "₺", "₿" # 42(iv) could add more currencies...
|
||
}
|
||
|
||
- NemethCurrencyAfterSymbols: {
|
||
"$", "¢", "€", "£", "₡", "₤", "₨", "₩", "₪", "₱", "₹", "₺", "₿", # 42(iv) most are dubious as applying after...
|
||
"%", "′", "″", "‴", "⁗"
|
||
}
|
||
|