From 4acd16b07bb9810014742548986e48b837cf5101 Mon Sep 17 00:00:00 2001
From: sgouvern <sgouvern@localhost>
Date: Fri, 20 Jun 2008 12:39:37 +0000
Subject: [PATCH] 

---
 opends/tests/functional-tests/shared/data/i18n/8-bit/base64/README |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/opends/tests/functional-tests/shared/data/i18n/8-bit/base64/README b/opends/tests/functional-tests/shared/data/i18n/8-bit/base64/README
index efa27df..0e62504 100644
--- a/opends/tests/functional-tests/shared/data/i18n/8-bit/base64/README
+++ b/opends/tests/functional-tests/shared/data/i18n/8-bit/base64/README
@@ -19,3 +19,8 @@
 
 The format to be used as per the LDIF encoding rules in ldif files is :
    dn:: <base-64 encoded DN>
+
+All base64 values in the ldif files in this directory had been converted being in LANG=en_US.ISO8859-1 using the following command :
+echo "nonAsciiValue\c" | iconv -f 8859-1 -t UTF-8 | base64 encode
+
+base64 being the base64 tool delivered with opends

--
Gitblit v1.10.0