Chromium Code Reviews

Unified Diff: source/common/ucnv_err.c

Issue 2440913002: Update ICU to 58.1
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « source/common/ucnv_ct.c ('k') | source/common/ucnv_ext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/ucnv_err.c
diff --git a/source/common/ucnv_err.c b/source/common/ucnv_err.c
index 0fb14f0647025475d278a2c57f5f92eac43c7b1b..c609bed4bd9f47fd96d245fb2e548950bc772f44 100644
--- a/source/common/ucnv_err.c
+++ b/source/common/ucnv_err.c
@@ -1,7 +1,9 @@
+// Copyright (C) 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/*
*****************************************************************************
*
- * Copyright (C) 1998-2014, International Business Machines
+ * Copyright (C) 1998-2016, International Business Machines
* Corporation and others. All Rights Reserved.
*
*****************************************************************************
@@ -26,7 +28,7 @@
#include "unicode/ucnv.h"
#include "ustrfmt.h"
-#define VALUE_STRING_LENGTH 32
+#define VALUE_STRING_LENGTH 48
/*Magic # 32 = 4(number of char in value string) * 8(max number of bytes per char for any converter) */
#define UNICODE_PERCENT_SIGN_CODEPOINT 0x0025
#define UNICODE_U_CODEPOINT 0x0055
« no previous file with comments | « source/common/ucnv_ct.c ('k') | source/common/ucnv_ext.h » ('j') | no next file with comments »

Powered by Google App Engine