Adding utf-8 encoding headers to all lib files.

This commit is contained in:
Austin Ziegler 2011-03-17 21:51:52 -04:00
parent 2d098d41c6
commit fedd290adf
17 changed files with 17 additions and 1 deletions

View file

@ -1,3 +1,4 @@
# -*- ruby encoding: utf-8 -*-
##
# An LDAP Dataset. Used primarily as an intermediate format for converting
# to and from LDIF strings and Net::LDAP::Entry objects.

View file

@ -1,3 +1,4 @@
# -*- ruby encoding: utf-8 -*-
##
# Objects of this class represent individual entries in an LDAP directory.
# User code generally does not instantiate this class. Net::LDAP#search

View file

@ -1,4 +1,5 @@
# -*- ruby encoding: utf-8 -*-
# -*- ruby encoding: utf-8 -*-
##
# Class Net::LDAP::Filter is used to constrain LDAP searches. An object of

View file

@ -1,3 +1,4 @@
# -*- ruby encoding: utf-8 -*-
require 'digest/sha1'
require 'digest/md5'

View file

@ -1,3 +1,4 @@
# -*- ruby encoding: utf-8 -*-
require 'ostruct'
##