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

sgouvern
20.39.2008 4acd16b07bb9810014742548986e48b837cf5101

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