l'option currency_display est ignorée ce qui pose ensuite des soucis au plugin bank, cf https://github.com/nursit/bank/issues/76 qui appelle la fonction avec cette option à false quand il n'en veut pas
Dans
https://git.spip.net/spip-contrib-extensions/intl/src/branch/master/intl_fonctions.php#L75
on voit que si on utilise la librairie intl pecl
https://git.spip.net/spip-contrib-extensions/intl/src/branch/master/intl_fonctions.php#L106
ou le formatage du pauvre
https://git.spip.net/spip-contrib-extensions/intl/src/branch/master/intl_fonctions.php#L110
l'option `currency_display` est ignorée ce qui pose ensuite des soucis au plugin bank, cf https://github.com/nursit/bank/issues/76 qui appelle la fonction avec cette option à false quand il n'en veut pas
Dans
https://git.spip.net/spip-contrib-extensions/intl/src/branch/master/intl_fonctions.php#L75
on voit que si on utilise la librairie intl pecl
https://git.spip.net/spip-contrib-extensions/intl/src/branch/master/intl_fonctions.php#L106
ou le formatage du pauvre
https://git.spip.net/spip-contrib-extensions/intl/src/branch/master/intl_fonctions.php#L110
l'option
currency_display
est ignorée ce qui pose ensuite des soucis au plugin bank, cf https://github.com/nursit/bank/issues/76 qui appelle la fonction avec cette option à false quand il n'en veut pasÇa devrait être bon maintenant