/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/win32utils.py

  • Committer: Andrew Bennetts
  • Date: 2009-06-15 06:47:14 UTC
  • mfrom: (4438 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4446.
  • Revision ID: andrew.bennetts@canonical.com-20090615064714-j04tkbgfz6bis3la
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
 
268
268
    Returned value can be unicode or plain string.
269
269
    To convert plain string to unicode use
270
 
    s.decode(bzrlib.user_encoding)
 
270
    s.decode(osutils.get_user_encoding())
271
271
    (XXX - but see bug 262874, which asserts the correct encoding is 'mbcs')
272
272
    """
273
273
    local = _get_sh_special_folder_path(CSIDL_LOCAL_APPDATA)