diff options
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -454,6 +454,15 @@ config FEATURE_ICON_ALL | |||
454 | 454 | ||
455 | endchoice | 455 | endchoice |
456 | 456 | ||
457 | config FEATURE_EURO | ||
458 | bool "Support the euro currency symbol (0.5 kb)" | ||
459 | default y | ||
460 | depends on PLATFORM_MINGW32 | ||
461 | help | ||
462 | Support the entry and display of the euro currency symbol. This | ||
463 | requires the OEM code page to be 858. If the OEM code page of | ||
464 | the console is 850 when BusyBox starts it's changed to 858. | ||
465 | |||
457 | comment 'Build Options' | 466 | comment 'Build Options' |
458 | 467 | ||
459 | config STATIC | 468 | config STATIC |