mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

sgouvern
20.39.2008 de07fe0ed4bc4f3a0fc8689a1a6f2af39bdf8054

1 files modified
5 ■■■■■ changed files
opendj-sdk/opends/tests/functional-tests/shared/data/i18n/8-bit/base64/README 5 ●●●●● patch | view | raw | blame | history
opendj-sdk/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