mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
a001b03854
Also, update to latest upstream version. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
7 lines
152 B
Python
7 lines
152 B
Python
# -*- coding: latin-1 -*-
|
|
# Test non-UTF8 encoding
|
|
latin1 = ('ßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ'
|
|
'ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ')
|
|
|
|
c = ("wå")
|