Author: rinrab
Date: Mon Jun  9 17:13:38 2025
New Revision: 1926294

URL: http://svn.apache.org/viewvc?rev=1926294&view=rev
Log:
Follow-up to r1926293: swap SVN_APR_DEFAULT_CHARSET and SVN_APR_LOCALE_CHARSET
to fit with their values and descriptions.

* subversion/include/svn_utf.h
  (SVN_APR_DEFAULT_CHARSET, SVN_APR_LOCALE_CHARSET): Ditto.

Modified:
    subversion/trunk/subversion/include/svn_utf.h

Modified: subversion/trunk/subversion/include/svn_utf.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_utf.h?rev=1926294&r1=1926293&r2=1926294&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_utf.h (original)
+++ subversion/trunk/subversion/include/svn_utf.h Mon Jun  9 17:13:38 2025
@@ -46,14 +46,14 @@ extern "C" {
   * useful if there are literal strings in the source code which must
   * be translated according to the charset of the source code.
   */
-#define SVN_APR_LOCALE_CHARSET (const char *)0
+#define SVN_APR_DEFAULT_CHARSET (const char *)0
 
 /**
  * To indicate charset names of the current locale
  */
-#define SVN_APR_DEFAULT_CHARSET (const char *)1
+#define SVN_APR_LOCALE_CHARSET (const char *)1
 
-/**
+  /**
  * Initialize the UTF-8 encoding/decoding routines.
  * Allocate cached translation handles in a subpool of @a pool.
  *


Reply via email to