You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data1 = 'a a un trois sept trois trois sept cinq quatre zéro c c'
data2 = 'b b un trois sept trois trois sept cinq quatre zéro d d'
print(alpha2digit(data1, 'fr'))
print(alpha2digit(data2, 'fr'))
a a 1 3 7 3 3 7 5 4 zéro c c
b b 1 3 7 3 3 7 5 4 zéro d d
We can see zéro is not transform to digit 0.
thanks in advance for your help
have a good day
The text was updated successfully, but these errors were encountered:
Ex OK:
Ex: NOK:
We can see
zéro
is not transform to digit 0.thanks in advance for your help
have a good day
The text was updated successfully, but these errors were encountered: