Le vendredi 20 février 2015 15:43:38 UTC+1, loial a écrit : > On Linux we use > #!/usr/bin/env python > Which one of theese? >>> 'abcßdef'.upper() 'ABCßDEF' >>> 'abcßdef'.upper() 'ABCSSDEF' >>> 'abcßdef'.upper() 'ABC\xe1DEF' >>>