diff --git a/romanToNumber/chifreRomainAssa.html b/romanToNumber/chifreRomainAssa.html index eb84fe3..9073047 100644 --- a/romanToNumber/chifreRomainAssa.html +++ b/romanToNumber/chifreRomainAssa.html @@ -100,7 +100,6 @@ // Converti chiffres romains en entiers function RomainArabe(romain) { romain += ""; - romain = romain.toUpperCase(); for (choix = 1; choix < 4000; choix++) { if (romain == ArabeRomain(choix)) return choix; } @@ -112,4 +111,4 @@ - \ No newline at end of file +