# encoding: utf-8 # require File.expand_path(File.join(File.dirname(__FILE__), 'spec_helper')) # require 'data_objects/spec/encoding_spec' # # describe DataObjects::Oracle::Connection do # behaves_like 'a driver supporting different encodings' # end # Oracle does not support dynamic changing of client character set # Client character set is set using NLS_LANG environment variable (e.g. equal to AMERICAN_AMERICA.UTF8)