Exemplo n.º 1
0
 def test_locale_get_character_orientation03(self):
     locale = ULocale('und-Zzzz')
     layout = locale.get_character_orientation()
     self.assertEqual(ULocale.ULOC_LAYOUT_LTR, layout)
Exemplo n.º 2
0
 def test_locale_get_character_orientation02(self):
     locale = ULocale('fa')
     layout = locale.get_character_orientation()
     self.assertEqual(ULocale.ULOC_LAYOUT_RTL, layout)