X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..e4f10fab0c078f399c9deef476d9c9b73b47dff8:/icuSources/tools/icu-svnprops-check.py diff --git a/icuSources/tools/icu-svnprops-check.py b/icuSources/tools/icu-svnprops-check.py index 547291c4..a20b545d 100755 --- a/icuSources/tools/icu-svnprops-check.py +++ b/icuSources/tools/icu-svnprops-check.py @@ -1,6 +1,6 @@ #! /usr/bin/python -# Copyright (C) 2009-2010, International Business Machines Corporation, Google and Others. +# Copyright (C) 2009-2011, International Business Machines Corporation, Google and Others. # All rights reserved. # @@ -182,8 +182,8 @@ def check_utf8(file_name, base_mime_type, actual_mime_type): if ord(bytes[0]) != 0xef: print "UTF-8 file with no BOM: " + file_name - # Append charset=utf-8. Need to escape the ';' because it is ultimately going to a shell. - return base_mime_type + '\\;charset=utf-8' + # Append charset=utf-8. + return base_mime_type + ';charset=utf-8' def main(argv):