Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Commit

Permalink
add unicode test, just to be sure (bug 825682)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy McKay committed Dec 31, 2012
1 parent 8407aa6 commit 7d17287
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/bango-basic.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import json import json
import pprint import pprint
import sys import sys
Expand Down Expand Up @@ -47,7 +48,7 @@ def call(url, method, data):
'supportEmailAddress': 'support@place.com', 'supportEmailAddress': 'support@place.com',
'financeEmailAddress': 'finance@place.com', 'financeEmailAddress': 'finance@place.com',
'paypalEmailAddress': 'paypal@place.com', 'paypalEmailAddress': 'paypal@place.com',
'vendorName': 'Some Company', 'vendorName': u'འབྲུག་ཡུལ།',
'companyName': 'Some Company, LLC', 'companyName': 'Some Company, LLC',
'address1': '111 Somewhere', 'address1': '111 Somewhere',
'addressCity': 'Pleasantville', 'addressCity': 'Pleasantville',
Expand Down

0 comments on commit 7d17287

Please sign in to comment.