This repository has been archived by the owner on Jan 7, 2020. It is now read-only.
forked from apache/subversion
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use more robust coding style in handling UTF-8 conversion of command-…
…line arguments. Convert to UTF-8 as soon as possible, and name variables assuming UTF-8 encoding is the default rather than an exception, and minimize visibility of non-UTF-8 values. * subversion/svn/propdel-cmd.c, subversion/svn/propedit-cmd.c, subversion/svn/propget-cmd.c, subversion/svn/propset-cmd.c: Rename variables assuming UTF-8; minimize storing non-UTF-8 values. * subversion/svn/svn.c, subversion/svnadmin/svnadmin.c, subversion/svnbench/svnbench.c, subversion/svndumpfilter/svndumpfilter.c, subversion/svnfsfs/svnfsfs.c, subversion/svnlook/svnlook.c, subversion/svnmucc/svnmucc.c, subversion/svnrdump/svnrdump.c, subversion/svnsync/svnsync.c tools/client-side/svnconflict/svnconflict.c tools/client-side/svn-mergeinfo-normalizer/svn-mergeinfo-normalizer.c tools/dev/svnmover/svnmover.c tools/server-side/svnauthz.c (sub_main): Convert to UTF-8 before matching the subcommand name; no observable change if environment's encoding is a superset of ASCII. (...): Rename variables assuming UTF-8; minimize storing non-UTF-8 values. git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1797362 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
Julian Foad
committed
Jun 2, 2017
1 parent
fcece47
commit c943018
Showing
17 changed files
with
148 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.