Comment 4 for bug 1396894

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/6417
Committed: http://github.org/Juniper/contrail-controller/commit/2ab3e08484096388b98846322456073495f7213b
Submitter: Zuul
Branch: R1.10

commit 2ab3e08484096388b98846322456073495f7213b
Author: Numan Siddique <email address hidden>
Date: Wed Jan 21 12:02:38 2015 +0530

Add support for names with non-ascii (utf-8) characters.

Encode utf-8 chars and store in obj_fq_name_table column names
since comparator type cannot be changed on already existing CF.

Also set validator type (column values) to utf8 (on startup to handle
upgrade) to handle contents (e.g. description etc.) having non-ascii
characters.

(cherry pick of I9238838baba908784c7e8c8a13abc062c576cba2)

Change-Id: I7d911ba3981dba7eee25d036ea3a96d09d062c27
Partial-Bug: #1396894